Let's move on to transitions. Alpine offers a useful transition
modifier that instantly applies a simple opacity and scale fade when toggling the display of an element. However, when you require more precision, you can easily hook into each step of the transition. Let's learn how in this episode before moving on to a real-life use case.
View the source code for this episode on GitHub.