Skip to content

Commit

Permalink
Speed up nav drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Cano committed Sep 5, 2014
1 parent 2a66d1f commit 4863c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4863c80

Please sign in to comment.