A slide transition with changing height

Cedric Nicoloso
Frontend Weekly
Published in
5 min readMar 7, 2023

--

In this tutorial, I’ll be mostly talking about CSS and some standard JavaScript DOM API.
The rest of it is less important for the transition itself but that includes Vue.js 3 with <script setup> and a bit of tailwindcss.

1- The slide transition

The slide part is pretty straightforward. I’ll go over the significant parts:

--

--