You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
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: