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

Fixes setting initial progress of Lottie animation #245

Merged
merged 3 commits into from
Jun 7, 2017
Merged

Fixes setting initial progress of Lottie animation #245

merged 3 commits into from
Jun 7, 2017

Commits on May 26, 2017

  1. Only updates animation if the view has a window to avoid issues with …

    …setting
    
    initial progress of the animation (This was noticeable particularly in React-Native
    projects due to didMoveToSuperview calling setNeedsAnimationUpdate before the
    view was in a window, and then the didMoveToWindow call being blocked
    simonmitchell committed May 26, 2017
    Configuration menu
    Copy the full SHA
    e99126f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf5e4e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    6c0043e View commit details
    Browse the repository at this point in the history