Bug 69032
| Summary: | Make sure CA animations work with new cubic timing functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dean Jackson <dino> |
| Component: | CSS | Assignee: | Dean Jackson <dino> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, cmarrin, graouts, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dean Jackson
https://bugs.webkit.org/show_bug.cgi?id=45761 allows timing function control points to lie outside [0,1]. Need to make sure that's ok with CoreAnimation and fix it if necessary.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/10203369>
Ahmad Saleem
@Antoine - is it applicable now?
Antoine Quint
This has been dealt with, we have logic to identify values outside of the [0-1] range in GraphicsLayerCA::addAnimation().