Speed up nav drop down

This commit is contained in:
Michael Rose 2014-09-05 16:23:54 -04:00
parent f0ad818f33
commit 6b5002b2fd

View file

@ -3,7 +3,7 @@
// Responsive Nav
var navigation = responsiveNav("#site-nav", { // Selector: The ID of the wrapper
animate: true, // Boolean: Use CSS3 transitions, true or false
transition: 400, // Integer: Speed of the transition, in milliseconds
transition: 200, // Integer: Speed of the transition, in milliseconds
label: "<i class='fa fa-bars'></i> Menu", // String: Label for the navigation toggle
insert: "before", // String: Insert the toggle before or after the navigation
customToggle: "", // Selector: Specify the ID of a custom toggle