-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accordion missing transition #317
Comments
Hi, it seems like you might be missing the tailwindcss-primeui plugin. The animation classes are added using this plugin.
|
If this is not the solution, you can re-open this issue |
@atakantepe maybe im missing something, but in the example I provided the plugin IS being used. however, there's a difference, I have how do I reopen the issue? |
same |
As of v4.1.1, the new Tailwind styles have been rewritten using the preprocessor approach with @apply instead of pass-through. As a result this issue is not relevant any more. New Website is live. |
When opening/closing an component, there is supposed to be a transition animation
example:
https://stackblitz.com/edit/4q9e8a?file=src%2Fmain.js
this is a fork from the tailwind accordion page, for some reason it works fine on the website, but on blitzstack it the transition doesn't work, (locally doesn't work aswell)
version: 4.0.5
The text was updated successfully, but these errors were encountered: