JQuery Transit - CSS3 animations for jQuery
21–28 of 28 posts
Re: JQuery Transit - CSS3 animations for jQuery
#22alternatively you can use jQuery Animate Enhanced plugin. https://github.com/benbarnett/jQuery-Animate-Enhanced/ it enhances jquery's own animate function making animations use CSS3 hardware accelerated equivalents in browsers that support them while using the original jquery software mode when not supported. and you don't need to change a single line of code on your site since its completely transparent.
Re: JQuery Transit - CSS3 animations for jQuery
#23Re: JQuery Transit - CSS3 animations for jQuery
#24Re: JQuery Transit - CSS3 animations for jQuery
#25why build these by hand, use a tool like Hype or Sencha
Re: JQuery Transit - CSS3 animations for jQuery
#26https://github.com/robdodson/amd-css3-ease
And I talk about it in this blog post, but it's really easy to use: http://robdodson.me/blog/2012/05/27/penner-easing-equations-...
Credit really goes to Matthew Lein who converted the equations to CSS3: http://matthewlein.com/ceaser/
Re: JQuery Transit - CSS3 animations for jQuery
#27why build these by hand, use a tool like Hype or Sencha
Re: JQuery Transit - CSS3 animations for jQuery
#28alternatively you can use jQuery Animate Enhanced plugin. https://github.com/benbarnett/jQuery-Animate-Enhanced/ it enhances jquery's own animate function making animations use CSS3 hardware accelerated equivalents in browsers that support them while using the original jquery software mode when not supported. and you don't need to change a single line of code on your site since its completely transparent.