The video for this lesson is currently being updated, please read the transcript instead.

Animating cart total

If we once again look at the finished product, you can see that I've added a CSS fade animation to the cart items when they're added. [add some items]

In fact, let's reload it, and you'll see that the total fades in as well.

To add this CSS animation to our project, we're going to use Vue's transition system.

Total

Let's begin by fading the total in.

To view the complete lesson you'll need to login or join this course.


Click to load comments...