diff --git a/assets/js/_main.js b/assets/js/_main.js index 63fbc52..7394903 100644 --- a/assets/js/_main.js +++ b/assets/js/_main.js @@ -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: " 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