Recently, I read a svelte tutorial on Deferred transitions. With few lines of code it was easy to achieve the transition as shown in GIF below.
I am curious on how to implement the same effect using Vue transitions. I read docs on Vue Transition and TransitionGroup, but I couldn't see how I could achieve same effect.

Following is my attempt to acheive the described animation using vue 3.
Here is working example: https://playcode.io/1342702