-
Notifications
You must be signed in to change notification settings - Fork 408
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
updatePlaybackRate #218
Comments
Do you have a test case where this doesn't work in Chrome? I'm pretty sure it's a bug they'd like to know about it. That said, |
👌I haven't raised an issue yet: https://jsfiddle.net/amk221/2n60su37/ |
I can reproduce the bug in Canary but not release. Do you need help filing the bug? |
Sure, I’ve not raised one against Chrome before, ty
…On Fri, 14 Feb 2020 at 01:43, Brian Birtles ***@***.***> wrote:
I can reproduce the bug in Canary but not release. Do you need help filing
the bug?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#218?email_source=notifications&email_token=AAC5I3IQDU32V3UFUV4MZBDRCXZLZA5CNFSM4KUVT5VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELXILXA#issuecomment-586057180>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC5I3MRRO36MSFJDIUNCB3RCXZLZANCNFSM4KUVT5VA>
.
|
No problem, I've filed https://bugs.chromium.org/p/chromium/issues/detail?id=1052217 for this. |
I use
animation.playbackRate = -1
to reverse an animation mid-way through.This has recently stopped working in Chrome, but it does work if I change it to
animation.updatePlaybackRate(-1)
However, that isn't polyfilled, so I have to write code like:
The text was updated successfully, but these errors were encountered: