Last Updated: February 25, 2016
·
449
· danjres

CSS3 Keyframe Animations

Whenever possible in mobile UX javascript development, instead of relying on JQuery or JS animations, use CSS3 keyframes for UX animations. For things like fading colors, sliding elements, etc, a smart set of classes can do many standard reused animations, and they are hardware accelerated, so they feel much more native.