-
The repetitions count is not respected when specifiying animation name. // This will keep looping
mv.animationName = "other-animation";
mv.play({ repetitions: 1 }); Without Live Demohttps://glitch.com/edit/#!/chatter-pumped-armadillo Version
Browser Affected
OS
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
This may be a temporary workaround, but it will work correctly if you do the following this,
Information about |
Beta Was this translation helpful? Give feedback.
-
Thank you @futahei , the workaround worked fine 👍 |
Beta Was this translation helpful? Give feedback.
-
I experienced the same issue with version 1.9.2. Updating to version 1.10.1 solves the issue if I apply the fix above. |
Beta Was this translation helpful? Give feedback.
-
@designbyadrian This feature is available since v1.10.0. |
Beta Was this translation helpful? Give feedback.
This may be a temporary workaround, but it will work correctly if you do the following this,
Information about
updateComplete
is here