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

Issue 2651553004: Add TransitionKeyframe class for CSS Transition refactor (Closed)

Created:
3 years, 11 months ago by alancutter (OOO until 2018)
Modified:
3 years, 10 months ago
Reviewers:
Eric Willigers
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add TransitionKeyframe class for CSS Transition refactor This patch is part of refactoring CSS Transitions to use CSSInterpolationTypes instead of AnimatableValues: https://codereview.chromium.org/2680923005 The TransitionKeyframe class represents animation keyframes of a CSS transition. It is created to replace the use of AnimatableValueKeyframes while using InterpolationValues instead of AnimatableValues. BUG=681424 Review-Url: https://codereview.chromium.org/2651553004 Cr-Commit-Position: refs/heads/master@{#451542} Committed: https://chromium.googlesource.com/chromium/src/+/32281b4e0848e645fc4bf6e568179088ca870a22

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebased #

Patch Set 3 : lint #

Patch Set 4 : Header #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -0 lines) Patch
M third_party/WebKit/Source/core/animation/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Keyframe.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/TransitionKeyframe.h View 1 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/TransitionKeyframe.cpp View 1 1 chunk +49 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 15 (10 generated)
Eric Willigers
https://codereview.chromium.org/2651553004/diff/1/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp File third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp (right): https://codereview.chromium.org/2651553004/diff/1/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp#newcode8 third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp:8: #include "core/animation/TransitionKeyframe.h" Needed ?
3 years, 10 months ago (2017-02-09 04:58:31 UTC) #2
alancutter (OOO until 2018)
https://codereview.chromium.org/2651553004/diff/1/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp File third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp (right): https://codereview.chromium.org/2651553004/diff/1/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp#newcode8 third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp:8: #include "core/animation/TransitionKeyframe.h" On 2017/02/09 at 04:58:30, Eric Willigers wrote: ...
3 years, 10 months ago (2017-02-16 04:01:43 UTC) #5
Eric Willigers
lgtm
3 years, 10 months ago (2017-02-17 00:27:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2651553004/60001
3 years, 10 months ago (2017-02-20 00:08:12 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-20 02:00:23 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/32281b4e0848e645fc4bf6e56817...

Powered by Google App Engine
This is Rietveld 408576698