I've noticed that sometimes on Firefox, although requesting a new frame, the enter- and enter-active- classes are instantly overwritten, thus not triggering the transition.
Vue's transition utility has a helper that calls requestAnimationFrame twice before firing a callback so I've tried to apply that method to your component and it fixed the issue.
Let me know what you think of it.
PS: Solid is a great library, keep up the good work !
Hello,
I've noticed that sometimes on Firefox, although requesting a new frame, the enter- and enter-active- classes are instantly overwritten, thus not triggering the transition.
Vue's transition utility has a helper that calls requestAnimationFrame twice before firing a callback so I've tried to apply that method to your component and it fixed the issue.
Let me know what you think of it.
PS: Solid is a great library, keep up the good work !