sdecima / javascript-detect-element-resize

A Cross-Browser, Event-based, Element Resize Detection
MIT License
881 stars 151 forks source link

Don't create duplicate styles, bug #4 #9

Closed transplier closed 10 years ago

transplier commented 10 years ago

Messing with the styles too often causes a major perf hit. This fix reduces my particular page's load time from 8s on chrome to about 2s (a complex angularjs page).

sdecima commented 10 years ago

This is now merged, along with many other changes I had on queue. Thanks!