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>