We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Lottie 3.0
no vertical lines
Display some vertical lines when animating. It work well on android.
let view = UIView(frame: UIScreen.main.bounds) let animationView = AnimationView(animation: Animation.named("empty")) animationView.frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: UIScreen.main.bounds.height) animationView.loopMode = .loop animationView.play() view.addSubview(animationView) self.view.addSubview(view)
empty.json.zip
The text was updated successfully, but these errors were encountered:
Hi, I'm experiencing the same issue!
Any advances would be appreciated!
Sorry, something went wrong.
No branches or pull requests
This issue is a:
Which Version of Lottie are you using?
Lottie 3.0
What Platform are you on?
What Language are you in?
Expected Behavior
no vertical lines
Actual Behavior
Display some vertical lines when animating. It work well on android.
Code Example
Animation JSON
empty.json.zip
The text was updated successfully, but these errors were encountered: