This course has been updated! We now recommend you take the Introduction to Vue 3 course.

Check out a free preview of the full Introduction to Vue.js course:
The "Challenge 5: Solution" Lesson is part of the full, Introduction to Vue.js course featured in this preview video. Here's what you'd learn in this lesson:

Sarah reviews the benefits of Vue.js animations.

Get Unlimited Access Now

Transcript from the "Challenge 5: Solution" Lesson

[00:00:00]
>> Sarah: Was not that hard to work with, right? Like you just plug those classes in and it gets ready and it does it for you whenever the thing is mounting and unmounting. That's like a really common use case, so I think that that's a pretty slick solution that View has come up with to hook into that kind of activity.

[00:00:20] Particularly, because when something is entering and exiting, you kind of want hooks for those events. You don't want things to just show up on the page. You wanna be able to kind of have them come in, in a little bit more graceful of a way.