Part 4: Transitions
In this final section, we will delve into Svelte transitions. We will begin by understanding how to incorporate built-in transitions in our Svelte components. Following that, we will guide you through creating your own custom transitions. To end the section, we will wrap up by emphasizing accessibility and how we can create an accessible application with transitions that caters to all users.
This part has the following chapters:
- Chapter 13, Using Transitions
- Chapter 14, Exploring Custom Transitions
- Chapter 15, Accessibility with Transition