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

Issue 2680163004: Animations: Smooth interpolation for translate none (Closed)

Created:
3 years, 10 months ago by Eric Willigers
Modified:
3 years, 10 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, Eric Willigers, rjwright, rwlbuis, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Animations: Smooth interpolation for translate none When translate 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: 0px https://drafts.csswg.org/css-transforms-2/#individual-transforms BUG=679873 Review-Url: https://codereview.chromium.org/2680163004 Cr-Commit-Position: refs/heads/master@{#449549} Committed: https://chromium.googlesource.com/chromium/src/+/f05f8abb0c65ea13a76fcf6b49cff9c12eb820e0

Patch Set 1 #

Total comments: 2

Patch Set 2 : createNoneValue isNoneValue #

Messages

Total messages: 22 (12 generated)
Eric Willigers
3 years, 10 months ago (2017-02-08 21:04:24 UTC) #6
alancutter (OOO until 2018)
lgtm after comment. https://codereview.chromium.org/2680163004/diff/1/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp (right): https://codereview.chromium.org/2680163004/diff/1/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp#newcode70 third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp:70: return InterpolationValue(InterpolableList::create(0)); Let's have createNoneValue() and ...
3 years, 10 months ago (2017-02-10 00:35:16 UTC) #7
Eric Willigers
https://codereview.chromium.org/2680163004/diff/1/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp (right): https://codereview.chromium.org/2680163004/diff/1/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp#newcode70 third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp:70: return InterpolationValue(InterpolableList::create(0)); On 2017/02/10 00:35:16, alancutter wrote: > Let's ...
3 years, 10 months ago (2017-02-10 03:14:14 UTC) #8
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/2680163004/20001
3 years, 10 months ago (2017-02-10 03:14:53 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/361259)
3 years, 10 months ago (2017-02-10 03:30:34 UTC) #13
Eric Willigers
+sashab for core/css
3 years, 10 months ago (2017-02-10 03:36:01 UTC) #14
Eric Willigers
3 years, 10 months ago (2017-02-10 03:36:24 UTC) #16
sashab
rs lgtm core/css
3 years, 10 months ago (2017-02-10 04:02:35 UTC) #17
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/2680163004/20001
3 years, 10 months ago (2017-02-10 05:12:25 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-02-10 05:29:07 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/f05f8abb0c65ea13a76fcf6b49cf...

Powered by Google App Engine
This is Rietveld 408576698