Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

animation speeds

Home Forums Older releases 1.0.x animation speeds

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3213
    robotchips
    Participant

    Hi,

    I would like to change/alter the speed and easing of the collapsible menu when clicking the hamburger icon. How do I implement? I want something smoother.

    I tried looking in documentation. However, this only invokes the submenu item tree below it..

    collapsibleShowFunction:function($ul, complete) { $ul.slideDown(1000, complete); },

    Thank ya.

    #3228
    admin
    Keymaster

    Hi,

    For the hamburger icon animation you would need to edit the JS code related to it – it’s posted here in the docs:

    http://www.smartmenus.org/docs/#menu-toggle-button

    and I guess you use it somewhere in your project (unless you are using your own custom code).

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.