CSS3 can deliver animations without the help of javascript libraries. Less code, less server requests, so faster loading of your website.
Furthermore CSS will be hardware accelerated by the browser when possible. Not now, but in the near future. So it’s preferable to use CSS instead of javascript. Goodbye to jQuery UI?
We will see, since mobile web is really emerging we’re in the need of a better content/pagesize ratio. Less markup, less JS, less server request, and faster loading.
So a little example here. Compare it to the javascript driven various spinners out there on the internet.
Tags: css
April 5th, 2012 at 12:47 pm
[…] an earlier post we waved goodbye to jQuery UI for animations. CSS transform and transitions are more powerful, easier to maintain, hardware accelerated, and […]