Add animation-play-state to animation #139
Labels
status: accepted
This issue is now ready to be implemented via a PR.
type: breaking change
A change that requires a major version bump.
Currently,
animation
leaves off the last parameter that corresponds toanimation-play-state
. It would be nice if the API included this as well. I have a forked version where I've incorporated that and it works fine - the code is pasted below. It usesAnimationPlayState
for the type and then increases the number of arguments toanimation
by one.Would folks be interested in incorporating this into the library?
The text was updated successfully, but these errors were encountered: