Casey Ferriss
Results
2
comments of
Casey Ferriss

Thanks! `is-frozen` CSS: I was trying to avoid multiple class lookups on each mouse move event, but I think the following lookups wouldn't be too expensive: `body.querySelector('.fn-dimensions:not(.is-frozen)')` and `body.querySelector('.fn-dimensions.is-frozen')`. I...