Animation speed

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #485
    Anonymous
    Guest

    Hello. How do I increase / decrease animation speed of top menu?
    efdf10de29a021aca6e4ff5fb5a7e031.jpg

    #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

    #1232
    Anonymous
    Guest

    Where do I find `lib/js/custom.js`?

    #1233
    admin
    Participant

    Yes, you have highlighted the correct code. Here is the complete options of Superfish men,

    http://users.tpg.com.au/j_birch/plugins/superfish/options/

    You may adjust them accordingly.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.