Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display some unexpected vertical lines when animating #1201

Open
RiuHDuo opened this issue May 27, 2020 · 1 comment
Open

Display some unexpected vertical lines when animating #1201

RiuHDuo opened this issue May 27, 2020 · 1 comment
Labels

Comments

@RiuHDuo
Copy link

RiuHDuo commented May 27, 2020

This issue is a:

  • [✔️] Non-Crashing Bug (Visual or otherwise)
  • [] Crashing Bug
  • [] Feature Request
  • [] Regression (Something that once worked, but doesn't work anymore)

Which Version of Lottie are you using?

Lottie 3.0

What Platform are you on?

  • [] MacOS
  • [✔️] iOS

What Language are you in?

  • [✔️] Swift
  • [] Objective-C

Expected Behavior

no vertical lines

Actual Behavior

Display some vertical lines when animating. It work well on android.
IMG_2997

Code Example

 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)

Animation JSON

empty.json.zip

@calda calda added the bug label Jan 23, 2023
@carlostrianag
Copy link

Hi, I'm experiencing the same issue!

Any advances would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants