diff --git a/Sources/Public/Animation/LottieAnimationLayer.swift b/Sources/Public/Animation/LottieAnimationLayer.swift index e686665995..df369974fc 100644 --- a/Sources/Public/Animation/LottieAnimationLayer.swift +++ b/Sources/Public/Animation/LottieAnimationLayer.swift @@ -381,9 +381,9 @@ public class LottieAnimationLayer: CALayer { switch position { case .start: - currentTime = from.frameTime + currentFrame = from.frameTime case .end: - currentTime = from.frameTime + from.durationFrameTime + currentFrame = from.frameTime + from.durationFrameTime } }