Skip to content

Commit 00a4409

Browse files
committed
Version bump and Velocity.js fix
1 parent 082b26d commit 00a4409

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SlickNav v1.0.8
1+
# SlickNav v1.0.10
22
## Responsive Mobile Menu jQuery Plugin
33

44
[![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)

dist/jquery.slicknav.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* SlickNav Responsive Mobile Menu v1.0.8
2+
* SlickNav Responsive Mobile Menu v1.0.10
33
* (c) 2016 Josh Cope
44
* licensed under MIT
55
*/
@@ -447,7 +447,7 @@
447447
});
448448
} else if(settings.animations === 'velocity') {
449449
el.velocity("finish").velocity("slideDown", {
450-
duration: settings.duration,
450+
duration: duration,
451451
easing: settings.easingOpen,
452452
complete: function() {
453453
afterOpen(trigger, parent);
@@ -472,7 +472,7 @@
472472
} else if (settings.animations === 'velocity') {
473473

474474
el.velocity("finish").velocity("slideUp", {
475-
duration: settings.duration,
475+
duration: duration,
476476
easing: settings.easingClose,
477477
complete: function() {
478478
afterClose(trigger, parent);

dist/jquery.slicknav.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/slicknav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* SlickNav Responsive Mobile Menu v1.0.8
2+
* SlickNav Responsive Mobile Menu v1.0.10
33
* (c) 2016 Josh Cope
44
* licensed under MIT
55
*/

0 commit comments

Comments
 (0)