FullStack 2016

12 thoughts
last posted July 17, 2016, 10:58 a.m.

5 earlier thoughts

0

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.

6 later thoughts