Bug 244873 - Complete implementation of spring physics animation with over-damped case
Summary: Complete implementation of spring physics animation with over-damped case
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: Safari Technology Preview
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-06 18:00 PDT by danielzhang130
Modified: 2022-09-13 18:01 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>