Re: Animation speed

#1231
admin
Participant

You may control it in `lib/js/custom.js`

menuInit: function() {

$( ‘.menu ul’ ).supersubs({
minWidth: 12,
maxWidth: 25,
extraWidth: 0
}).superfish({
delay: 1200,
autoArrows: false,
dropShadows: false
});

},[/CODE]

Thanks[CODE]menuInit: function() {

$( ‘.menu ul’ ).supersubs({
minWidth: 12,
maxWidth: 25,
extraWidth: 0
}).superfish({
delay: 1200,
autoArrows: false,
dropShadows: false
});

},[/CODE]

Thanks