We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_animationPlaying
_animationPlaying is never set to false on animation end if manual mode is on.
It should be set to false once an animation ends.
It stays as true, and instead of showing the exit animation after the entry one it cancells it.
paper-tooltip
manual-mode="true"
playAnimation('entry')
The text was updated successfully, but these errors were encountered:
Always keep animation end listener active, fixes PolymerElements#132
98e1dcf
Successfully merging a pull request may close this issue.
Description
_animationPlaying
is never set to false on animation end if manual mode is on.Expected outcome
It should be set to false once an animation ends.
Actual outcome
It stays as true, and instead of showing the exit animation after the entry one it cancells it.
Steps to reproduce
paper-tooltip
element in the page withmanual-mode="true"
.playAnimation('entry')
_animationPlaying
valueThe text was updated successfully, but these errors were encountered: