carlos-sanchez
1/27/2015 - 10:58 PM

CSS Animations

CSS Animations

It’s always best to animate or transition the two properties that affect compositing: transform and opacity. Doing so prevents the browser from having to do a repaint or reflow on every frame and, because the site’s textures are already on the GPU, the browser does less work to recomposite and draw pixels to the screen.