animations on hover: #2093
Unanswered
dajoeberlei
asked this question in
Help
Replies: 1 comment
-
Hey! Have to enable the hover variant in your config: // tailwind.config.js
module.exports = {
variants: {
animation: ['responsive', 'hover']
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just checked out tailwindcss1.6. The animations are awesome!
I tried to get it running on for example hover. I was trying to make a svg pulse with hover:animate-pulse but that unfortunately doesnt work. Is there a way to implement that? :-)
thanks,
Dajo
Beta Was this translation helpful? Give feedback.
All reactions