Skip to content

Commit 4aa1823

Browse files
committed
fix: advance interpolations on their idle frame
1 parent 1cd2a9b commit 4aa1823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/Interpolation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export class Interpolation<In = any, Out = any> extends FrameValue<Out> {
123123
(source: any) => source.idle !== false
124124
)
125125
if (this.idle) {
126+
this.advance()
126127
each(getPayload(this)!, node => {
127128
node.done = true
128129
})

0 commit comments

Comments
 (0)