Open rraya opened 4 years ago
Describe the bug reset() method seems not to work when the animation has been initialised with duration: 0
I'm not sure about if the problem is a bug or a misunderstanding from the documentation.
To Reproduce Steps to reproduce the behavior:
Expected behavior The red box has been restored to its original position after step 3.
Additional context Don't pay attention to the example and its functionality. It's very silly and its goal is only to show the problem.
animejs use Promise to resolve complete animation
when there is no duration "It can't start, or it can't even end or complete"
Describe the bug reset() method seems not to work when the animation has been initialised with duration: 0
I'm not sure about if the problem is a bug or a misunderstanding from the documentation.
To Reproduce Steps to reproduce the behavior:
Expected behavior The red box has been restored to its original position after step 3.
Additional context Don't pay attention to the example and its functionality. It's very silly and its goal is only to show the problem.