Search code examples
javascripthtmlcssgsap

How to make our animation not to carry out at the beginning, only after clicking?


I want that animation to make it after clicking the menu button. I tried if and function, but it didn't work out. Click here for code


Solution

  • Like this?

    You need to move your menuAnim code into a click listener.

    https://codepen.io/nisharg/pen/abvJxKL