mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Speed up nav drop down
This commit is contained in:
parent
f0ad818f33
commit
6b5002b2fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue