Closed thetarnav closed 1 year 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
appear
<Transition mode="outin">
Also after updating 0.0.8 -> 0.0.10 the animation is flickering at the moment of changing elements. Which wasn't happening before.
0.0.8
0.0.10
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.tsxAlso after updating
0.0.8
->0.0.10
the animation is flickering at the moment of changing elements. Which wasn't happening before.