From 658ca3c8d824778fbbf25f56519d6a7d493d0f23 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 12 Oct 2023 17:18:31 -0400 Subject: [PATCH] fixed lint --- src/utils/withSpeed.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/withSpeed.ts b/src/utils/withSpeed.ts index 0d615e6f034..72b8ff65ff4 100644 --- a/src/utils/withSpeed.ts +++ b/src/utils/withSpeed.ts @@ -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) {