Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.51k forks source link

Querying all data attributes #823

Open hogash opened 8 years ago

hogash commented 8 years ago

Hey guys!

I was wondering if there are performance issues with querying for all data- attributes. Saw there's a pattern match https://github.com/Prinzhorn/skrollr/blob/master/src/skrollr.js#L70 , but i was thinking that adding a data-skr- would narrow results and improve performance.

Thanks!