Logo

Today I Learned

Topics / svelte

Horizontal slide transitions in Svelte

Svelte provides a couple of useful transitions out of the box, but my favourite has always been the slide. In v3.56, a horizontal variant was introduced through the axis property.

Here’s an example of a searchbar interaction that utilizes it. Click the search icon and start typing:

The code for this component can be found here.