From 6b5002b2fdc8a4a853aa65270a0fb270344f1891 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 5 Sep 2014 16:23:54 -0400 Subject: [PATCH] Speed up nav drop down --- assets/js/_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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