Searched refs:animationView (Results 1 – 4 of 4) sorted by relevance
14 var animationView: LottieAnimationView? variable32 animationView?.play() in setSpeed()35 animationView?.pause() in setSpeed()51 animationView?.loopMode = loop in setLoop()173 animationView?.currentProgress = 0; in reset()174 animationView?.pause() in reset()178 animationView?.pause() in pause()188 animationView?.removeFromSuperview() in replaceAnimationView()191 animationView = next in replaceAnimationView()199 guard let animationView = animationView else { return } in applyProperties() variable[all …]
26 var animationView: LottieAnimationView? variable73 animationView?.play() in setSpeed()76 animationView?.pause() in setSpeed()87 animationView?.loopMode = loop in setLoop()140 if (animationView != nil) { in setRenderMode()266 animationView?.pause() in reset()270 animationView?.pause() in pause()290 animationView = next in replaceAnimationView()295 animationView?.loopMode = loop in replaceAnimationView()296 animationView?.frame = self.bounds in replaceAnimationView()[all …]