Animate using CSS3 instead of JavaScript
I'm converting a jQuery-based web application for use on mobile and need to make use of the hardware-accelerated performance of CSS3 animations. Ideally I'd like a plugin which overrides some of the basic animation (i.e. fade) functions to make use of CSS3.
I've searched around but can't find anyone that has tackled this problem, so I'm considering writing a plugin myself.
Any pointers appreciated.
Thanks
N