Bug 59866 - Make media timeline advance look buttery-smooth
Summary: Make media timeline advance look buttery-smooth
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 52920
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-30 09:23 PDT by Dimitri Glazkov (Google)
Modified: 2011-04-30 09:33 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-04-30 09:23:19 PDT
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
Comment 1 Dimitri Glazkov (Google) 2011-04-30 09:33:14 PDT
For the first one, we can just use this bug.