TotomInc / totominc.github.io

Old repo for my old learning projects (mostly incremental-games).
74 stars 48 forks source link

fix(performance): blackmarket - remove transition properties #38

Closed CITguy closed 7 years ago

CITguy commented 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.

TotomInc commented 7 years ago

Thanks for your contribution! :smile: