Skip to content

Commit

Permalink
Version bump and Velocity.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerWolf committed Sep 26, 2016
1 parent 082b26d commit 00a4409
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SlickNav v1.0.8
# SlickNav v1.0.10
## Responsive Mobile Menu jQuery Plugin

[![Join the chat at https://gitter.im/ComputerWolf/SlickNav](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ComputerWolf/SlickNav?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.slicknav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.8
* SlickNav Responsive Mobile Menu v1.0.10
* (c) 2016 Josh Cope
* licensed under MIT
*/
Expand Down Expand Up @@ -447,7 +447,7 @@
});
} else if(settings.animations === 'velocity') {
el.velocity("finish").velocity("slideDown", {
duration: settings.duration,
duration: duration,
easing: settings.easingOpen,
complete: function() {
afterOpen(trigger, parent);
Expand All @@ -472,7 +472,7 @@
} else if (settings.animations === 'velocity') {

el.velocity("finish").velocity("slideUp", {
duration: settings.duration,
duration: duration,
easing: settings.easingClose,
complete: function() {
afterClose(trigger, parent);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.slicknav.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/slicknav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SlickNav Responsive Mobile Menu v1.0.8
* SlickNav Responsive Mobile Menu v1.0.10
* (c) 2016 Josh Cope
* licensed under MIT
*/
Expand Down
Loading

0 comments on commit 00a4409

Please sign in to comment.