Whenever I hover over No.1(text), my goal is to trigger an animation that starts with No. 2 and continues onwards.
https://i.sstatic.net/g0lNk.png
This code belongs to me.
<span ohMouseOver={() => setMenu("design"} className="design">
ARCHITECTRURE DESIGN
</span>
Any suggestions on how to achieve this? Thank you