mirror of https://github.com/sveltejs/svelte
fix: ensure each block animations don't mess with transitions (#17238)
This ensures that an animation does not run when the element is first transitioning in. Else the animation would mess with the transition (overriding its animation basically). Due to our test setup it's not testable but I veryfied it fixes #17181 (tested all reproductions in there)pull/17245/head
parent
e3acf5deea
commit
d0e61bc252
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ensure each block animations don't mess with transitions
|
||||
Loading…
Reference in new issue