mirror of https://github.com/sveltejs/svelte
fix: make Tween with duration 0 set current to target immediately (#14937)
* fix: Make Tween duration 0 set current to target immediately * Run prettier on test file * tweak --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/14938/head
parent
a1f371e786
commit
c8865bb4a7
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: Make Tween duration 0 set current to target immediately
|
Loading…
Reference in new issue