roll
roll copied to clipboard
Consider debouncing
http://www.html5rocks.com/en/tutorials/speed/animations/
Yep, we can consider adding it as an option. Though it may be simple enough for users to use _.debounce
(underscore/lodash) or implement their own as needed. Thoughts?
Yeah right. But most people don't know about that issue. Maybe adding it to the readme would help?