Underline animation
hey , I want to add underline transition but its not working
https://codepen.io/tribhuwan-joshi/pen/mdGqqYy?editors=1111
using tailwindcss
2 Replies
i think you need to use this https://tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state
Handling Hover, Focus, and Other States - Tailwind CSS
Using utilities to style elements on hover, focus, and more.
since your are hovering the a and want to scale the span
also you have set scale x to 0 but on hover you change scale y you probably want to change that to scale x 😉