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

appear + outin mode incompatibility #15

Closed thetarnav closed 1 year ago

thetarnav commented 2 years ago

It seams that adding appear flag to the <Transition mode="outin"> has no effect, the element is not animating initially. Here is a reproduction: https://codesandbox.io/s/solid-transition-demo-owmnwq?file=/src/main.tsx

Also after updating 0.0.8 -> 0.0.10 the animation is flickering at the moment of changing elements. Which wasn't happening before.