Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cc: Support animating scroll offset | ajuma@chromium.org | 2013-12-03 | 1 | -7/+50 |
| | | | | | | | | | | | This makes cc::LayerAnimationController support animating scroll offset. This is needed for implementing the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/95763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238271 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | cc: Define ScrollOffsetAnimationCurve | ajuma@chromium.org | 2013-11-25 | 1 | -0/+80 |
This defines ScrollOffsetAnimationCurve, which will be used by the implementation of the CSSOM View smooth scroll API. BUG=243871 Review URL: https://codereview.chromium.org/60113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237121 0039d316-1c4b-4281-b951-d872f2087c98 |