question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`uncaught exception: Object` when using animate() during animation

See original GitHub issue

Browser: 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:open
  • Created 4 years ago
  • Reactions:5
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
spburdencommented, Feb 13, 2020

No solution yet?

0reactions
Kwaadpeppercommented, Jul 29, 2020

~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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found