diff --git a/bwi/LottieAnimation/BUMLaunchLoadingViewController.swift b/bwi/LottieAnimation/BUMLaunchLoadingViewController.swift index 967fc1208..27ea19b0e 100644 --- a/bwi/LottieAnimation/BUMLaunchLoadingViewController.swift +++ b/bwi/LottieAnimation/BUMLaunchLoadingViewController.swift @@ -32,7 +32,9 @@ class BUMLaunchLoadingViewController: UIViewController { let animationView = LottieAnimationView(name: "bum_lottie_animation") animationView.loopMode = .playOnce animationView.contentMode = .scaleAspectFit - animationView.play() + animationView.play(toFrame: 35) {_ in + animationView.play(fromFrame: 55, toFrame: 132) + } view.addSubview(animationView)