neon-animation
neon-animation copied to clipboard
Manually play multiple animations not working.
When using neon-animation-runner-behavior.html to trigger animations on click only the first complete function is called if they are called in quick succession.
This behavior only expects one player to exist at a time but there could be many. It also cancels the currently executing player (which could have changed if another animation is trigger).
I do believe this is resolved by the code currently in master, when will this be released?