Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 800133004: Animation: Allow CC per-curve timing functions to be steps timing functions (Closed)

Created:
5 years, 11 months ago by loyso (OOO)
Modified:
5 years, 11 months ago
CC:
dstockwell, darktears, blink-reviews, blink-reviews-animation_chromium.org, dglazkov+blink, Eric Willigers, Mike Lawther (Google), rjwright, shans, Steve Block, Timothy Loh
Base URL:
https://chromium.googlesource.com/chromium/blink.git@0
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Animation: Allow CC per-curve timing functions to be steps timing functions Implement per-curve timing functions. A blink part. Chromium part: https://codereview.chromium.org/814853003 In general: Allow Web Animations with Animation timing functions to run on compositor. BUG=417909 R=dstockwell@chromium.org R=ajuma@chromium.org R=japhet@chromium.org TEST=ManualTests/animation/compositor-animation-steps.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188006

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -68 lines) Patch
A ManualTests/animation/compositor-animation-cubic.html View 1 chunk +89 lines, -0 lines 0 comments Download
M ManualTests/animation/compositor-animation-steps.html View 2 chunks +29 lines, -5 lines 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 7 chunks +123 lines, -56 lines 0 comments Download
M Source/core/animation/CompositorAnimationsTest.cpp View 3 chunks +61 lines, -7 lines 0 comments Download
M Source/core/animation/CompositorAnimationsTestHelper.h View 1 chunk +5 lines, -0 lines 0 comments Download
M public/platform/WebFilterAnimationCurve.h View 1 chunk +5 lines, -0 lines 1 comment Download
M public/platform/WebFloatAnimationCurve.h View 1 chunk +5 lines, -0 lines 0 comments Download
M public/platform/WebTransformAnimationCurve.h View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
loyso (OOO)
5 years, 11 months ago (2015-01-05 03:58:43 UTC) #2
ajuma
Non-owner lgtm for public/platform.
5 years, 11 months ago (2015-01-05 15:48:01 UTC) #3
dstockwell
https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp File Source/core/animation/CompositorAnimations.cpp (right): https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp#newcode177 Source/core/animation/CompositorAnimations.cpp:177: // FIXME: Fix compositor timing functions to accept inputs ...
5 years, 11 months ago (2015-01-05 23:13:25 UTC) #4
loyso (OOO)
https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp File Source/core/animation/CompositorAnimations.cpp (right): https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp#newcode177 Source/core/animation/CompositorAnimations.cpp:177: // FIXME: Fix compositor timing functions to accept inputs ...
5 years, 11 months ago (2015-01-06 00:45:29 UTC) #5
dstockwell
lgtm https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp File Source/core/animation/CompositorAnimations.cpp (right): https://codereview.chromium.org/800133004/diff/1/Source/core/animation/CompositorAnimations.cpp#newcode186 Source/core/animation/CompositorAnimations.cpp:186: if ((startRange < 0 || endRange > 1) ...
5 years, 11 months ago (2015-01-06 03:33:50 UTC) #6
loyso (OOO)
Just one approval needed for public/platform/OWNERS. Please!
5 years, 11 months ago (2015-01-07 01:09:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/800133004/20001
5 years, 11 months ago (2015-01-07 05:56:49 UTC) #10
Nate Chapin
lgtm https://codereview.chromium.org/800133004/diff/20001/public/platform/WebFilterAnimationCurve.h File public/platform/WebFilterAnimationCurve.h (right): https://codereview.chromium.org/800133004/diff/20001/public/platform/WebFilterAnimationCurve.h#newcode56 public/platform/WebFilterAnimationCurve.h:56: virtual void setStepsTimingFunction(int numberOfSteps, float stepsStartOffset) = 0; ...
5 years, 11 months ago (2015-01-07 19:00:30 UTC) #12
loyso (OOO)
On 2015/01/07 19:00:30, Nate Chapin wrote: > lgtm > > https://codereview.chromium.org/800133004/diff/20001/public/platform/WebFilterAnimationCurve.h > File public/platform/WebFilterAnimationCurve.h (right): ...
5 years, 11 months ago (2015-01-07 23:27:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/800133004/20001
5 years, 11 months ago (2015-01-07 23:29:10 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 23:36:02 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188006

Powered by Google App Engine
This is Rietveld 408576698