nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Avoid Style Recalculations #177

Open nt1m opened 9 years ago

nt1m commented 9 years ago

Reflows are usually bad for perf. Here are the things causing a reflow, that could be avoided :

Let me know if you see something that I could add