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

Transition crash when children is a focusable element with css transition on it's focus style #11

Closed fabien-ml closed 2 years ago

fabien-ml commented 2 years ago

Hi, i'm working on a component library and face some issues with solid-transition-group.

It's strange to explain so i've created a simple codesandbox to demonstrate it : https://codesandbox.io/s/basic-css-transition-forked-dcwqq2?file=/index.js