Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if lodash.debounce mitigates performance issues #64

Closed
mblomdahl opened this issue Dec 7, 2017 · 0 comments
Closed

Check if lodash.debounce mitigates performance issues #64

mblomdahl opened this issue Dec 7, 2017 · 0 comments
Labels

Comments

@mblomdahl
Copy link
Member

Evaluate impact of using Ryan Baumann's debounce tip from mapbox/smithmicro-collab#1, map.on('mousemove', _.debounce(onMousemove, 12, {trailing: true, leading: true})).

mblomdahl added a commit to mblomdahl/mapbox-gl-circle that referenced this issue Dec 9, 2017
mblomdahl added a commit to mblomdahl/mapbox-gl-circle that referenced this issue Dec 9, 2017
mblomdahl added a commit to mblomdahl/mapbox-gl-circle that referenced this issue Dec 9, 2017
mblomdahl added a commit that referenced this issue Dec 10, 2017
Feature/DebounceAnimation --  fixes mapbox/smithmicro-collab#1, fixes #64 and fixes #59
@mblomdahl mblomdahl mentioned this issue Dec 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant