Speed up nav drop down

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

View file

@ -3,7 +3,7 @@
// Responsive Nav // Responsive Nav
var navigation = responsiveNav("#site-nav", { // Selector: The ID of the wrapper var navigation = responsiveNav("#site-nav", { // Selector: The ID of the wrapper
animate: true, // Boolean: Use CSS3 transitions, true or false 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 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 insert: "before", // String: Insert the toggle before or after the navigation
customToggle: "", // Selector: Specify the ID of a custom toggle customToggle: "", // Selector: Specify the ID of a custom toggle