solidjs-community / solid-transition-group

SolidJS components for applying animations when children elements enter or leave the DOM.
https://solid-transition-group.netlify.app
MIT License
254 stars 14 forks source link

Animation examples don't seem to work on the solid JS website #16

Closed vivianeasley closed 1 year ago

vivianeasley commented 2 years ago

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!

thetarnav commented 1 year ago

Works again :)

moorejs commented 1 year ago

I am still seeing an error.

image
thetarnav commented 1 year ago

~~I'm pretty sure this is an unrelated error that happens in the playground from time to time. Try switching between examples / refreshing to clear the cache / opening in a new browser.~~ Ok nevermind, the error is still present.

thetarnav commented 1 year ago

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: https://github.com/solidjs/solid-site/issues/385