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 overlap #10

Closed
h77ps opened this issue Nov 10, 2017 · 1 comment
Closed

Animation overlap #10

h77ps opened this issue Nov 10, 2017 · 1 comment

Comments

@h77ps
Copy link

h77ps commented Nov 10, 2017

It is possible for the user to trigger any of the slide in animations multiple times if they are quicker with the click than the 0.3f animation duration. This causes the container to finish animating the margin but the visibility doesn't get set up properly.

To test: Click to open the "Attach a file..." dialog and double click on the paper clip. It will cause the popup to hide and show but once the show animation is complete it becomes invisible.

@angelsix
Copy link
Owner

Fixed 4dc109e

It was not an animation overlap as such, it was just the logic we set the visibility to hidden after the animations original timeout

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

No branches or pull requests

2 participants