-
Notifications
You must be signed in to change notification settings - Fork 6
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
Animation hook names as props to avoid global css #10
Comments
Hi @ankitduseja , thanks for bringing it up, and that's what should've been done at the beginning. I just made a new push to the demo, take a look at it, and readme here |
Passing them individually to all children |
Right, |
I am using CSS Modules and the animation hooks are currently static global classes. I think it will be good to have hook names be customised by passing them as props to the
<Deck>
and would help in avoiding global css completely.The text was updated successfully, but these errors were encountered: