`uncaught exception: Object` when using animate() during animation
See original GitHub issueBrowser: Firefox 72.0.1 (64-bit)
Use bar.animate()
when a previous animate()
call is still being animated, and this error will occur:
uncaught exception: Object
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Uncaught promise error in 1.1.0 · Issue #255 - GitHub
The solution is to make sure to await progress.stop(true) (or await circle.stop(true) ) the animation before animating again.
Read more >Why is this JQuery error happening? Animate is not a function
Anyway, I am trying to make this code work but having trouble in doing so. It breaks when It runs the animate function:...
Read more >Animation | Android Developers
Returns the Z ordering mode to use while running the animation as previously ... If an uncaught exception is thrown by the finalize...
Read more >Group and animate a set of objects - Microsoft Support
Right-click the selected objects, and then click Group > Group. On the Animation tab, click on the animation effect that you want to...
Read more >Terminating app due to uncaught ex… - Apple Developer
Terminating app due to uncaught exception ... for product in products! { ... getStepOne()], direction: .forward, animated: true, completion: nil).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No solution yet?
~With master i get this
Uncaught (in promise) Object { error: "stop() executed while tween isPlaying.", currentState: {…}, attachment: undefined }
~Issue solved, i mean at least i got no error message and is working for my usage. (using master)