solid-transition-group icon indicating copy to clipboard operation
solid-transition-group copied to clipboard

SolidJS components for applying animations when children elements enter or leave the DOM.

Results 17 solid-transition-group issues
Sort by recently updated
recently updated
newest added

as the listener doesn't check if the event target is the current element, if inner transition end event occurs, it corrupts.

Hi, I have a common layout and subrouters show in ``. It worked fine, but I wanted to add some slide animation when I route between pages. So I surround...

When TransitionGroup wraps For component, removing one or more items from the array passed to the For component does not remove DOM elements. https://stackblitz.com/edit/solidjs-templates-6yr2yt?file=src/App.tsx In this example there is list...

I've added `transform-origin: bottom center` to all classes of `exitXXXClass`, but it has no effect. However, If I add the style to the static class of the element or to...

Hello, I made a repro of this issue here. https://github.com/illispi/TransitionCSR Basically navigating to /repro in csr fails but ssr by refreshing the page for instance works. I am not sure...

```js ``` is already removed, {props.children} is the new usage but not work with solid-transition-group, any updates for this? exp: the following usage will report error ```js {props.children} ```

I understand that this package is mainly meant to support transitions when adding or removing elements from the DOM. But my use case includes intermediate transitions. For example, I would...