Bug 93414
Summary: | Ignore start/end keyframes only if they are outside 0-100%, not the entire animation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | CSS | Assignee: | Dean Jackson <dino> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 96844 | ||
Bug Blocks: |
Simon Fraser (smfr)
http://lists.w3.org/Archives/Public/www-style/2012Aug/0125.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Looks like this works correctly other than when there's a minus sign in the keyframe selector, which causes a very early rejection of the keyframe.
Simon Fraser (smfr)
A key of "+10%" doesn't work either, and should.
Radar WebKit Bug Importer
<rdar://problem/18326801>
Dean Jackson
At least the negative keyframes (-20%) were fixed in r149106
Dean Jackson
And the positive forms work as well