Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #485026

    Currently, when I clicked on “advanced_menu_toggle” button, the mobile menu will slide-in from top-right corner. How can I change the slide-in animation from top-right to slide-in from right only?

    My Customer want to use the animation of “Slide in on top” from this website: http://tympanus.net/Development/SidebarTransitions/

    • This topic was modified 8 years, 10 months ago by boscotwcheung.
    #485044

    oops. I found the solution. Add the following to the custom css:

    #mobile-advanced{
    transform: scale(1);
    }

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