summaryrefslogtreecommitdiffstats
path: root/cc/animation
Commit message (Expand)AuthorAgeFilesLines
* CC::LayerAnimationController should use TimeTicks andsivagunturi@chromium.org2014-05-1510-383/+437
* cc: Make LayerAnimationController only call StartAnimations when neededajuma@chromium.org2014-05-073-3/+44
* cc: Fix animation end value for animations that alternate directionajuma@chromium.org2014-05-062-6/+56
* Remove physical time dependency from scrollbar fades.aelias@chromium.org2014-05-028-340/+318
* Handle direction control in compositor Animationsa.renevier@samsung.com2014-05-013-29/+116
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-301-0/+1
* cc: Animations committed together should start togetherajuma@chromium.org2014-04-305-236/+647
* Revert 266624 "cc: Split animating and drawing into separate act..."skyostil@google.com2014-04-291-1/+0
* cc: Split animating and drawing into separate actionsskyostil@chromium.org2014-04-281-0/+1
* Add support for setting TrackStart on solid color layers.aelias@chromium.org2014-04-112-0/+4
* cc: Respect specified animation start timesdstockwell@chromium.org2014-04-094-14/+60
* cc: Compute the maximum scale of animationsajuma@chromium.org2014-04-0310-0/+556
* Revert "Handle direction control in compositor Animations"rafaelw@google.com2014-04-013-116/+29
* Handle direction control in compositor Animationsa.renevier@samsung.com2014-03-313-29/+116
* cc: Identify animations that affect scaleajuma@chromium.org2014-03-3110-0/+188
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-202-2/+8
* Remove wall time from NotifyAnimationStarted and NotifyAnimationFinished.mithro@mithis.com2014-03-104-36/+22
* Add two new gfx::Tween::Types and use one of them for the timing function for...pkotwicz@chromium.org2014-02-053-248/+9
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-314-52/+75
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...ricea@chromium.org2014-01-294-68/+49
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-294-49/+68
* Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...mkwst@chromium.org2014-01-244-68/+49
* Pinch/Zoom Infrastructure & Plumbing CLwjmaclean@chromium.org2014-01-244-49/+68
* Compute accurate screen space bounds for animated layers.avallee@chromium.org2014-01-246-9/+59
* Pass gfx structs by const ref (gfx::Vector2dF)ajay.berwal@samsung.com2014-01-235-9/+10
* Refactor test gfx_util.avallee@chromium.org2014-01-221-1/+1
* Revert 245663 "Revert 245645 "Define WebScrollOffsetAnimationCur..."dbeam@chromium.org2014-01-182-3/+3
* Revert 245645 "Define WebScrollOffsetAnimationCurveImpl"dbeam@chromium.org2014-01-172-3/+3
* Define WebScrollOffsetAnimationCurveImplajuma@chromium.org2014-01-172-3/+3
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-102-22/+22
* Add monotonic time and target property to cc::AnimationDelegate notificationsajuma@chromium.org2013-12-093-8/+33
* cc: Clean up tick times used for LayerAnimationControllerTestsajuma@chromium.org2013-12-072-115/+125
* cc: Support animating scroll offsetajuma@chromium.org2013-12-0310-17/+359
* Allow a positive timeOffset for delaying an animation start.mithro@mithis.com2013-12-022-1/+37
* cc: Define ScrollOffsetAnimationCurveajuma@chromium.org2013-11-255-1/+210
* Remove unused cc::Animation RunStatesajuma@chromium.org2013-11-216-219/+16
* Don't PushProperties every commit for animating layersajuma@chromium.org2013-11-184-49/+41
* De-activate LayerAnimationControllers when all animations are WaitingForDeletionajuma@chromium.org2013-11-182-3/+93
* cc: Alow animations to be aborted from either threadajuma@chromium.org2013-11-174-12/+279
* Allow the computation of inflated bounds for non matrix transform operations.vollick@chromium.org2013-11-053-157/+206
* Remove cc::LayerAnimationController:SuspendAnimationsajuma@chromium.org2013-11-023-11/+3
* Fix perspective transform operation interpolationvollick@chromium.org2013-10-302-11/+44
* Implement new overlay scrollbar specsdavemoore@chromium.org2013-10-253-91/+268
* Add Color animation curves.avallee@chromium.org2013-10-248-8/+255
* Remove superfluous WebLayerImpl::resumeAnimations()steveblock@chromium.org2013-10-233-23/+1
* Remove Animation::InstanceType.dongseong.hwang@intel.com2013-10-183-17/+9
* Enable linear fade scrollbar animation on programmatic scrolljdduke@chromium.org2013-10-112-10/+10
* Inflating bounds for rotation should support min/max progressvollick@chromium.org2013-10-112-97/+115
* Support calculation of inflated bounds for rotation transform operations.vollick@chromium.org2013-10-102-1/+409
* cc: Support animating filtersajuma@chromium.org2013-10-037-23/+167