Browsers are able to run some animations via the GPU using CSS or the Web Animations API (WAAPI).
Running animations (eg using Framer Motion) on the GPU enables smoother performance, especially in situations where the main JavaScript thread becomes busy. GPU animations are also more energy efficient, leading to lower battery usage.
**** Emmanuel
Available for TechTalk
Browsers are able to run some animations via the GPU using CSS or the Web Animations API (WAAPI).
Running animations (eg using Framer Motion) on the GPU enables smoother performance, especially in situations where the main JavaScript thread becomes busy. GPU animations are also more energy efficient, leading to lower battery usage.