Forums

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

Home Forums CSS How for Transition Unable Browsers Can I Skip Animation And Go Straight To Wanted Position?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42482
    Anonymous
    Inactive

    some browsers like IE, old chrome versions, and others don’t support transition and animation with CSS. If i use a browser without support the animation doesn’t occur and the images simply stay out of frame on [THIS WEBSITE](http://reallycoolstuff.net/JV/ “”) How can i have the images go to the end position and skip the animation code when the website is viewed of an unsupported browser?

    #123370
    dfogge
    Participant

    i would either use modernizer (with jQuery fallbacks) or ie conditional classes (explained here: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/).

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