Front end engineer
requestAnimationFrame instruct the browser to perform an animation and requests that the browser to call a specified function to update an animation before the next repaint.
For some reason most of the articles around tend to explain recursions using a…
CSS animations are fast cause they are hardware accelerated.There’s a trick available in webkit browsers that can even add more optimisations on top the “will-change” property.
It’s great to have gulp finishing the tasks and inject the css files back to the browser and get instant feedback leveraging your dev workflow by cutting annoying compilation time down almost to 4ms.