JQuery Transit - CSS3 animations for jQuery
11–20 of 28 posts
Re: JQuery Transit - CSS3 animations for jQuery
#12it 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
#13Re: JQuery Transit - CSS3 animations for jQuery
#14The 3D transformation marked 'Webkit only' works fine in Firefox Nightly
Re: JQuery Transit - CSS3 animations for jQuery
#15Can anyone summarise the benefits of this over '.animate'?
it also seems to add a few things that .animate cannot do, such as skew and 3d rotation.
keep in mind that .animate works in all browsers while this needs a modern browser that supports CSS3.
Re: JQuery Transit - CSS3 animations for jQuery
#16alternatively 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
#17Re: JQuery Transit - CSS3 animations for jQuery
#18Love the demo - but I think you should take a moment on there to explain the benefits of using this vs. just setting CSS transitions in a stylesheet - as in, what it's for, why it's better than .animate(), etc.
Re: JQuery Transit - CSS3 animations for jQuery
#19alternatively 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
#20The 3D transformation marked 'Webkit only' works fine in Firefox Nightly