Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE < 9 CSS3 Transition Effect Cheats?

Are there any "cheat" mechanisms similar to IE7.js available for browsers that do not support CSS3 transitions so that if you insert CSS3 transition elements into pages it will translate them to javascript methods?

like image 993
ylluminate Avatar asked Oct 28 '11 18:10

ylluminate


1 Answers

Sure, there are a couple:

  • http://louisremi.github.com/jquery.transition.js/test/index.html
  • http://playground.benbarnett.net/jquery-animate-enhanced/
like image 161
Damon Bauer Avatar answered Sep 21 '22 01:09

Damon Bauer