diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:07:42 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:07:42 +0000 |
commit | 0ed187e45a42c29d83ec35e5699b682a1668bc5d (patch) | |
tree | 86faa8412c470f7d514e6c575c6325ba2df36fd6 /WATCHLISTS | |
parent | 1060f53f318580cc4cc5f1eb2860c8c99829b15c (diff) | |
download | chromium_src-0ed187e45a42c29d83ec35e5699b682a1668bc5d.zip chromium_src-0ed187e45a42c29d83ec35e5699b682a1668bc5d.tar.gz chromium_src-0ed187e45a42c29d83ec35e5699b682a1668bc5d.tar.bz2 |
Explicit animation support
High level description:
- LayerPropertySetter is now LayerAnimator since it manages implicit/explicit animations and the animation queue.
- LayerAnimationElement represents an animation curve.
- LayerAnimationSequence owns a collection of elements.
- The animator works as follows:
o Has a queue of sequences and a collection of running sequences.
o It knows the start time of each running sequence.
o While there are running sequences, LayerAnimator::Step(base::TimeTicks now) is called periodically, and each of the running sequences are updated.
BUG=None
TEST=compositor_unittests, base_unittests
Review URL: http://codereview.chromium.org/8247009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
0 files changed, 0 insertions, 0 deletions