Renderless Svelte

Back to recipes

Sliding Carousel

To make your Accordions more pleasant to use, it is nice to smoothly unfold them instead of just suddenly appearing. Using Svelteโ€™s build in transition methods this can be very easily achieved by simply adding one to the contents itself:

<div transition:slide></div>