[Webkit-unassigned] [Bug 224654] Web Inspector: Uncaught Exception: TypeError: null is not an object (evaluating 'easing.inPoint')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 00:46:33 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224654

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #1 from Devin Rousso <drousso at apple.com> ---
I'm pretty sure that the reason this is happening is because `WI.Animation` assumes that the `timingFunction`/`easing` is always a `WI.CubicBezier`.  This site uses CSS `spring()` animations (i.e. `WI.Spring`).

Along those lines, we should also support other timing functions:
 - `steps()`
 - `jump-start`
 - `jump-end`
 - `jump-none`
 - `jump-both`
 - `start`
 - `end`
 - `step-start`
 - `step-end`
(I'd probably just put them all into a single `WI.StepsTimingFunction` or something)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210416/2e069c6c/attachment.htm>


More information about the webkit-unassigned mailing list