• Resolved jaquintd

    (@jaquintd)


    Is there a way to adjust the speed of the animation of the menu opening and closing? I’d like to adjust, even if it must be in the code somewhere for now. It is a bit slow.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jaquintd

    (@jaquintd)

    figured it out, just adjusting the css seems to work well…

    .animatedfsmenu, .animatedfsmenu.navbar-expand-md .navbar-collapse, .animatedfsmenu .animatedfsmenu-navbar-toggler .bar.bottom-animate, .animatedfsmenu .animatedfsmenu-navbar-toggler, .animatedfsmenu .animatedfsmenu-navbar-toggler .bar
    {
    transition: all ease-out .3s;
    }

    Plugin Author Samuel Silva

    (@samuelsilvapt)

    Great @jaquintd , thank you for sharing the solution with us!
    In the future, we’ll add that feature in our next versions.

    Have a great day!
    Samuel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Animation Speed’ is closed to new replies.