animate.css – Animationen mit CSS3 statt mit Javascript
Animationen mit z.B. jQuery sind zwar browserunabhängiger als welche mit CSS3. Dafür schlagen diese ganz schön auf die Performance. Warum also nicht für moderne Browser CSS3 Animationen verwenden? Genau diese bündelt animate.css in jeweilige Klassen, welche dann per JavaScript angesteuert werden können:
animate.css is actually built to compliment tools like jQuery. CSS animations are pretty frickin’ awesome – they use hardware acceleration natively, unlike JavaScript-powered animations. Use something like Modernizr to detect support for CSS3 animations, then use jQuery or another library to provide fallback animations for the browsers that don’t support them. It’s a win-win situation.
Klingt interessant und kann man mal ausprobieren.
