Bug 59866
| Summary: | Make media timeline advance look buttery-smooth | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | eric.carlson, simon.fraser, sjl |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| Bug Depends on: | 52920 | ||
| Bug Blocks: | |||
Dimitri Glazkov (Google)
So, I played a bit with CSS animations and I think this works pretty well:
http://jsfiddle.net/dglazkov/wR8BP/1/
There are two stumbling blocks (filing them as bugs now) to this awesomeness:
1) We need to change positioning logic of the thumb -- it needs to set position of the thumb in the future, instead of the present.
2) We need to make input[type=slider] support CSS animations
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
For the first one, we can just use this bug.