WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Animation speed › Re: Animation speed
February 26, 2014 at 8:03 am
#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