I am looking to create a seamless transition between two states shown in the images below: https://i.sstatic.net/SxaZK.png
The initial state: https://i.sstatic.net/OkSeq.png
You can view my current progress on Codepen: Codepen Link
<transition name="fade">
<h1 v-if="!searchStatus">{{heading}}</h1>
</transition>
Does anyone have any suggestions for making the transition smoother?