CSS Transitions with Jad Joubran
Some of the ways of getting fast animations are a bit disappointing. Using pixel sizes to avoid having the browser having to calculate dimensions makes sense but is throwing the baby out with the bathwater as well.
Visual effects need to be handled off to the compositor which means using transform
.
Doing 3D transformations for 2D animation has been deprecated as a practice for mobile due to the poorer GPU supported.