RESOLVED WORKSFORME 214708
KeyframeEffect doesn't update after changing timing function
https://bugs.webkit.org/show_bug.cgi?id=214708
Summary KeyframeEffect doesn't update after changing timing function
Simon Fraser (smfr)
Reported 2020-07-23 15:51:01 PDT
Created attachment 405088 [details] test In the attached test, hover the spinner. This should change the timing function, but the same KeyframeEffect persists, and KeyframeEffect::computeSomeKeyframesUseStepsTimingFunction() is never called.
Attachments
test (2.30 KB, text/html)
2020-07-23 15:51 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-07-23 16:02:16 PDT
KeyframeEffect::animationDidChangeTimingProperties() needs to call computeSomeKeyframesUseStepsTimingFunction().
Radar WebKit Bug Importer
Comment 2 2020-07-30 15:51:18 PDT
Antoine Quint
Comment 3 2020-07-31 04:20:27 PDT
The attached test works fine for me on a ToT build on macOS. When the spinner is not hovered, it progresses very slowly step-by-step while when it's hovered it has a linear animation. I didn't see any obvious difference between its behavior on a ToT build and recent Firefox and Chrome.
Simon Fraser (smfr)
Comment 4 2020-07-31 08:39:27 PDT
Note You need to log in before you can comment on or make changes to this bug.