Bug 244873

Summary: Complete implementation of spring physics animation with over-damped case
Product: WebKit Reporter: danielzhang130
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: All   
OS: All   

Description danielzhang130 2022-09-06 18:00:52 PDT
Implement physics of over-damped spring, where there is the following comment currently.

```
// Critically damped (ignoring over-damped case for now).
```
Comment 1 danielzhang130 2022-09-06 18:13:48 PDT
I will implement this as an external pull request.
Comment 2 danielzhang130 2022-09-06 18:50:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4084
Comment 3 Radar WebKit Bug Importer 2022-09-13 18:01:21 PDT
<rdar://problem/99897332>