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

Issue 2650163002: Animations: Smooth interpolation for scale none (Closed)

Created:
3 years, 11 months ago by Eric Willigers
Modified:
3 years, 10 months ago
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

Animations: Smooth interpolation for scale none When scale is animating or transitioning, and the from value or to value (but not both) is none, the value none is replaced by the equivalent identity value: 1 https://drafts.csswg.org/css-transforms-2/#individual-transforms BUG=679873 Review-Url: https://codereview.chromium.org/2650163002 Cr-Commit-Position: refs/heads/master@{#447133} Committed: https://chromium.googlesource.com/chromium/src/+/ef1582831d30d9f9e4db73ad0be2a812874f8568

Patch Set 1 #

Patch Set 2 : scale #

Patch Set 3 : move #

Total comments: 6

Patch Set 4 : reviewFeedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -23 lines) Patch
M third_party/WebKit/LayoutTests/animations/composition/scale-composition.html View 1 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/scale-interpolation.html View 1 6 chunks +18 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp View 1 2 3 9 chunks +48 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (19 generated)
Eric Willigers
3 years, 10 months ago (2017-01-30 04:45:11 UTC) #5
alancutter (OOO until 2018)
lgtm after comments addressed. https://codereview.chromium.org/2650163002/diff/40001/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp (right): https://codereview.chromium.org/2650163002/diff/40001/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp#newcode62 third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp:62: return std::move(list); I don't think ...
3 years, 10 months ago (2017-01-30 21:32:06 UTC) #12
Eric Willigers
https://codereview.chromium.org/2650163002/diff/40001/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp (right): https://codereview.chromium.org/2650163002/diff/40001/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp#newcode62 third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp:62: return std::move(list); On 2017/01/30 21:32:06, alancutter wrote: > I ...
3 years, 10 months ago (2017-01-30 21:56:32 UTC) #13
sashab
style/ LGTM
3 years, 10 months ago (2017-01-31 00:29:56 UTC) #19
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/2650163002/60001
3 years, 10 months ago (2017-01-31 00:31:06 UTC) #22
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 00:37:24 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/ef1582831d30d9f9e4db73ad0be2...

Powered by Google App Engine
This is Rietveld 408576698