mirror of https://github.com/sveltejs/svelte
fix: transitions might render animated elements without animation styles applied for the duration of some rendering frames when they start (#16035)
* fix: transitions might render animated elements without animation styles applied for the duration of some rendering frames when they starts * add changeset * Apply suggestions from code review --------- Co-authored-by: Rich Harris <hello@rich-harris.dev>pull/16037/head
parent
b5b814c7de
commit
ff72dd27bc
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: use `fill: 'forwards'` on transition animations to prevent flicker
|
Loading…
Reference in new issue