-
Notifications
You must be signed in to change notification settings - Fork 14
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 examples don't seem to work on the solid JS website #16
Comments
Works again :) |
|
Ok, this issue is duplicated in multiple places, and it's most likely related to how the solid playground works. So I'm gonna close it here and the discussion could be continued here: solidjs/solid-site#385 |
Hopefully I haven't missed something obvious. If so, I apologize in advance. The css animations example on the Solid JS website don't seem to work. It looks like maybe the solid-transition-group library isn't accessible:
https://www.solidjs.com/examples/cssanimations
I love the idea of the library so I tried to get it working in a code sandbox but the description that it functions much like the FLIP technique isn't something I'm able to accomplish:
https://codesandbox.io/s/lucid-nobel-6hy9kb?file=/src/main.tsx:230-242
If there's an obvious step being missed here it might be nice to mention it in the docs. Thanks in advance for your time!
The text was updated successfully, but these errors were encountered: