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

wheel() is reversed by default #6

Closed
defaultsamson opened this issue Oct 17, 2017 · 1 comment
Closed

wheel() is reversed by default #6

defaultsamson opened this issue Oct 17, 2017 · 1 comment

Comments

@defaultsamson
Copy link
Contributor

A nitty-gritty improvement, by default the .wheel() plugin will zoom out when scrolling up and zoom in when scrolling down (which is the opposite of what most scroll implementations do).

Easy fix is to do

.wheel({percent: -0.1})

but it would be nice to have this by default.

@davidfig
Copy link
Owner

fixed in npm 0.7.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants