Website menu animation using GSAP

in
Front-end | June 2, 2020
Let’s consider creating a simple menu animation using GSAP. That’s the result we’ll get at the end. Let’s start implementing website menu. 1.HTML Our structure will be as follows: 2.SCSS 3.JavaScript Let’s declare the variables. At onReady we assign values to them. Create a function with animation and time line. We show the menu. We set the […]