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

feat: add delayEnter prop to decide whether to delay onEnter by a frame or not #21

Closed vanillacode314 closed 1 year ago

vanillacode314 commented 2 years ago

prevents flicker on some animations as mentioned in #3. Decided to make it a prop and not default behavior to not break existing transitions.

davedbase commented 1 year ago

We've refactored solid-transition-group, so I'll close out this PR since I don't think it is relevant with the new structure. Thanks for the PR though!