Bug 144170
| Summary: | Only update the animations that are dependent on scrolling | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dean Jackson <dino> |
| Component: | Animations | Assignee: | Dean Jackson <dino> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dean Jackson
AnimationController updates all CompositeAnimations when a scroll happens if there is an animation that wants such an update. But we have the list of Animations that care, so we should only update the ones that care.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/20694253>
Antoine Quint
This is no longer relevant after Web Animations.