Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Safari CSS Transitions peculiarity

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #46131
    alexmccabe
    Participant

    Soo this is weird. Basically everything works as it should in every browser, except for Windows Safari. I have CSS opacity/margin transitions on quite a few of elements on my website. Look great everywhere. Windows Safari not only doesn’t show the transitions, it stops the hover effects happening as well.

    This is a huge issue as it stops the hover states from working on a navigation.

    Now I built a stripped down test case of my navigation (using hardcode menu items instead of php generated ones) and the EXACT same CSS code. Works perfectly (can be viewed [here](http://codepen.io/alexmccabe/pen/iICyJ “”)).

    Has anyone had issues like this before?

    Works perfectly in the following browsers (latest versions of all)

    + Rockmelt OSX & windows
    + Chrome OSX & windows
    + Firefox OSX & windows
    + Safari OSX
    + Opera OSX & Windows

    On some windows machines it will work, but very badly (the animations are jumpy).

    #141655
    Paulie_D
    Member

    Related to this?

    https://css-tricks.com/forums/discussion/26475/css3-transitions-only-works-on-the-first-element-in-safari#Item_1

    Just seems that both involve transforms/transitions and Safari.

    Otherwise….

    #141657
    Paulie_D
    Member

    Any specific version of Safari in that Windows users don’t have access to safari 6…AFAIK?

    #141658
    Paulie_D
    Member

    I’m not seeing any issues on W7 + Safari 5.1.7 although 0.2s is pretty quick.

    #141662
    Paulie_D
    Member

    Hmm…barring anyone else testing on W7 & 5.1.7..it sounds like a local issue.

    The only reason I mentioned 0.2s is it just felt fast. With easing there isn’t really any time to ‘experience’ an effect.

    #141665
    Paulie_D
    Member

    Perhaps you could let us look at a live link?

    #148978
    ppavell
    Participant

    We had the same issue… Safari doesn’t proceed transition of visibility (transition: all in your case), so you have to specify the exact parameter, which should be animated. That should help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.