Animating Vue

Lessons

1. Why Animate

4:40

2. Transitions

9:31

3. Page Transitions

6:25

4. Group Transitions

8:19

5. JavaScript Hooks + Velocity

8:31

6. Intro to GSAP 3

7:17

7. State with GSAP

4:37

8. Timelines with GSAP

7:24

9. Nested Timelines

5:07

JavaScript Hooks + Velocity

So far we’ve been learning about Vue’s transition and transition-group components, which provide us the necessary classes to build out enter and leave transitions. However, when our needs become a bit more unique or complex, we’ll need to start using JavaScript to build out our animations.

In this lesson, we’ll look at Vue’s JavaScript Hooks and combine that with