Slide 33
Slide 33 text
The advice was really saying, don’t use hide(), toggle(), :
visible, or :hidden because under the hood they’ll call
getComputedStyle() before setting any inline styles.
This forces costly style recalculations.
Before we continue, Paul wanted to say..