Closed CITguy closed 7 years ago
The rendering engine competes with the javascript engine for CPU time when it has to recalculate expensive transition styles. By removing anything that uses the transition properties, we eliminate that competition and improve performance.
transition
Thanks for your contribution! :smile:
The rendering engine competes with the javascript engine for CPU time when it has to recalculate expensive transition styles. By removing anything that uses the
transition
properties, we eliminate that competition and improve performance.