This repository was archived by the owner on Nov 12, 2024. It is now read-only.
[SolidJS] How to use variants. Also support for dynamic variants? #202
Unanswered
Tanish2002
asked this question in
Support
Replies: 0 comments
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.
-
How do we use variants in SolidJS?
Also do we have support for dynamic variants like in framer-motion?
Also how do we orchestrate animations between parent and children in a declaritive way? I could use the
timeline
function but I want to do it in a declartive way.Like in framer-motion one could use the
when
property. Like this(docs):Beta Was this translation helpful? Give feedback.
All reactions