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

Fix an issue where the state of the container was incorrectly updating #77

Merged
merged 2 commits into from
Sep 11, 2019

Conversation

wmcginty
Copy link
Contributor

@wmcginty wmcginty commented Sep 6, 2019

This fixes an issue where the transition was considered cancelled when the animations do not finish. There are multiple cases when multiple animations are queued up that finished = false when the animation completes successfully. This updates the container's internal state based on whether or not the context was cancelled, instead of the animations finishing.

@codecov-io
Copy link

Codecov Report

Merging #77 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #77   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         433    433           
=====================================
  Hits          433    433

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10aa862...c07c4b7. Read the comment docs.

@wmcginty wmcginty merged commit 17e5250 into master Sep 11, 2019
@wmcginty wmcginty deleted the animationFinished branch September 11, 2019 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants