mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-13 19:30:00 +02:00
Removed frames from lottie animation
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user