Replies: 1 comment 2 replies
-
In my case the animations did not work because the Tailwind Animate package was not installed. I imported it into import animate from 'tailwindcss-animate'; And added it to the plugins array: {
// config code here
plugins: [forms, typography, animate],
// other code here
} |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement the Sheet component and it all works, but it is not animated at all. From the code I would presume it should be animated, but it just appears and disapears. I used the manual way of installing the component. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions