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

Animation lag #22

Closed
shitoexe opened this issue Apr 12, 2017 · 2 comments
Closed

Animation lag #22

shitoexe opened this issue Apr 12, 2017 · 2 comments
Assignees
Labels

Comments

@shitoexe
Copy link

Hello. I have found one interesting thing. While i scroll something on screen with your page control animation doesn't work and it starts only after scrolling is stopped. I have tried change mode for display link to .commonModes and it have worked perfectly.

internal func setupDisplayLink() {
        self.displayLink = CADisplayLink(target: self, selector: #selector(updateFrame))
        self.displayLink?.add(to: .current, forMode: .defaultRunLoopMode)
    }

Could you check it and update pod. Thank you.

@chili-ios
Copy link
Contributor

Hi @shitoexe ,
Thanks for catching that. Will fix it asap.

mihailstumkins added a commit that referenced this issue Apr 12, 2017
@mihailstumkins
Copy link
Contributor

@shitoexe Hi, we just released fix for this issue. It's available in latest release (0.1.2)

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