You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tailwindcss with @vueuse/motion. After I put v-motion in my html tags, I see that my hover transition from tailwindcss doesn't work anymore. I use hover from tailwindcss because whenever I use :hovered from @vueuse/motion and let it scales up on hover, it just stucks there. Even though I already bring my mouse out of it, it still scales up. However, others like tapped or focused didn't work with tailwindcss too. If there is a way that :hovered, :focused, :tapped can scale back to the same scale, which is 1, please feel free to advise me. The code below is what I've been working on. (btw, my :leave doesn't work when I click to change transition too)
I'm using tailwindcss with @vueuse/motion. After I put v-motion in my html tags, I see that my hover transition from tailwindcss doesn't work anymore. I use hover from tailwindcss because whenever I use :hovered from @vueuse/motion and let it scales up on hover, it just stucks there. Even though I already bring my mouse out of it, it still scales up. However, others like tapped or focused didn't work with tailwindcss too. If there is a way that :hovered, :focused, :tapped can scale back to the same scale, which is 1, please feel free to advise me. The code below is what I've been working on. (btw, my :leave doesn't work when I click to change transition too)
The text was updated successfully, but these errors were encountered: