Skip to content

Commit 485a655

Browse files
authored
Update base-sprite.ts
1 parent a34cf18 commit 485a655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/av-cliper/src/sprite/base-sprite.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export function linearTimeFn(
215215
if (offsetTime / opts.duration > opts.iterCount) {
216216
offsetTime = opts.duration * opts.iterCount;
217217
}
218+
218219
const t = offsetTime % opts.duration;
219220

220221
const process = offsetTime === opts.duration ? 1 : t / opts.duration;

0 commit comments

Comments
 (0)