How to define multiple transitions with arbitrary syntax? #15500
Unanswered
Strandedpirate
asked this question in
Help
Replies: 1 comment
-
Adam Wathan, creator of Tailwind advocates avoiding So it would be simpler for you to do: .myClass {
transition: opacity 0.5s var(--slideBoxTransitionBezier), border-color 0.7s var(--slideBoxTransitionBezier);
} |
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
-
This syntax isn't working. Is this supported or on the horizon?
My expectation is this:
Beta Was this translation helpful? Give feedback.
All reactions