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

disable animation #25

Closed
mammad2c opened this issue Aug 3, 2017 · 2 comments
Closed

disable animation #25

mammad2c opened this issue Aug 3, 2017 · 2 comments

Comments

@mammad2c
Copy link

mammad2c commented Aug 3, 2017

hi, how can I completely disable sliding animation. I want just a simple click to go sub menus.

@alizahid
Copy link
Owner

alizahid commented Aug 4, 2017

When calling .slinky(), you can set the speed to 0

$('.menu').slinky({
  speed: 0
})

@alizahid alizahid closed this as completed Aug 4, 2017
@mammad2c
Copy link
Author

mammad2c commented Aug 8, 2017

nice, but I also edited the code and disabled move(). I think your solution was simpler.
Thanks

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