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 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?
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 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?
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/).