Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

When manual mode is true _animationPlaying is never set to false #132

Open
shedokan opened this issue Apr 12, 2018 · 0 comments · May be fixed by #143
Open

When manual mode is true _animationPlaying is never set to false #132

shedokan opened this issue Apr 12, 2018 · 0 comments · May be fixed by #143

Comments

@shedokan
Copy link

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

  1. Put a paper-tooltip element in the page with manual-mode="true".
  2. Have a button that calls playAnimation('entry')
  3. After the animation is finished check the _animationPlaying value
jtagscherer pushed a commit to jtagscherer/paper-tooltip that referenced this issue Oct 27, 2018
@jtagscherer jtagscherer linked a pull request Oct 27, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant