Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dereknelson committed Oct 12, 2023
1 parent 826f1c1 commit 658ca3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/withSpeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function withSpeed(userConfig: any) {
}

animation.current = current + (deltaTime / 1000) * animation.speed;
return true;
}

function onStart(animation: any, value: any, now: any) {
Expand Down

0 comments on commit 658ca3c

Please sign in to comment.