From 7b3fdf5b39a6ae0e416e8c4308d9cb5220097cf9 Mon Sep 17 00:00:00 2001 From: rktejesh <73354337+rktejesh@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:38:44 +0530 Subject: [PATCH] fix: set animation value to final offset for finish animation on slideanimation (#10) Co-authored-by: K Tejeshwar Reddy --- src/core/components/wrapper/SlideAnimationWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/components/wrapper/SlideAnimationWrapper.tsx b/src/core/components/wrapper/SlideAnimationWrapper.tsx index a8d5cd7..b959622 100644 --- a/src/core/components/wrapper/SlideAnimationWrapper.tsx +++ b/src/core/components/wrapper/SlideAnimationWrapper.tsx @@ -37,6 +37,7 @@ export class SlideAnimationWrapper extends BaseAnimationWrapper