Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined is not an object (evaluating 'e.timeline') #259

Open
weisJ opened this issue Apr 4, 2024 · 1 comment
Open

undefined is not an object (evaluating 'e.timeline') #259

weisJ opened this issue Apr 4, 2024 · 1 comment

Comments

@weisJ
Copy link

weisJ commented Apr 4, 2024

Browser: Safari 17.3.1 (19617.2.4.11.12)

undefined is not an object (evaluating 'e.timeline') is thrown in playState of proxy-animation.js.

In my case this happens by navigating to a linked pdf file navigating back. Every access to animation.playState causes the above error. It also isn't a once off. Every access fails until the page is reloaded.

 get playState() {
    const details = proxyAnimations.get(this);
    if (!details.timeline) # Error happens here
    ....
@mbehzad
Copy link

mbehzad commented Nov 22, 2024

I do get the "undefined is not an object (evaluating 'e.timeline')" error when calling animation.finish() after navigating back to the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants