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

Issue 1690543002: Add additive animation support for CSS properties perspective-origin and object-position (Closed)

Created:
4 years, 10 months ago by alancutter (OOO until 2018)
Modified:
4 years, 10 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Base URL:
https://chromium.googlesource.com/chromium/src.git@_backgroundPositionAnimation
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add additive animation support for CSS properties perspective-origin and object-position This patch adds support for composite modes on perspective-origin and object-position CSS animations via element.animate(). BUG=437696 Committed: https://crrev.com/d6c733e74a01031842f94995898f4fd885dd9a54 Cr-Commit-Position: refs/heads/master@{#376156} Committed: https://crrev.com/3d239903548b2c4c8b29185f5f5c66c1ab7e7dfe Cr-Commit-Position: refs/heads/master@{#377728}

Patch Set 1 #

Patch Set 2 : Remove from StringKeyframe #

Total comments: 4

Patch Set 3 : Update tests #

Patch Set 4 : Rebased #

Patch Set 5 : Rebased #

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -19 lines) Patch
A third_party/WebKit/LayoutTests/animations/composition/object-position-composition.html View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/interpolation/object-position-interpolation.html View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.cpp View 1 chunk +25 lines, -8 lines 0 comments Download
A third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/LengthListPropertyFunctions.cpp View 1 2 3 4 5 3 chunks +24 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/StringKeyframe.cpp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 33 (14 generated)
alancutter (OOO until 2018)
4 years, 10 months ago (2016-02-10 06:46:47 UTC) #2
Eric Willigers
https://codereview.chromium.org/1690543002/diff/20001/third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html File third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html (right): https://codereview.chromium.org/1690543002/diff/20001/third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html#newcode54 third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html:54: replaceTo: '200px 200px', Can we have x != y ...
4 years, 10 months ago (2016-02-10 10:12:56 UTC) #3
alancutter (OOO until 2018)
https://codereview.chromium.org/1690543002/diff/20001/third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html File third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html (right): https://codereview.chromium.org/1690543002/diff/20001/third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html#newcode54 third_party/WebKit/LayoutTests/animations/composition/perspective-origin-composition.html:54: replaceTo: '200px 200px', On 2016/02/10 at 10:12:56, Eric Willigers ...
4 years, 10 months ago (2016-02-11 01:22:27 UTC) #4
Eric Willigers
lgtm
4 years, 10 months ago (2016-02-11 02:03:44 UTC) #5
alancutter (OOO until 2018)
+dstockwell for core.gypi changes.
4 years, 10 months ago (2016-02-11 04:59:58 UTC) #7
dstockwell
lgtm
4 years, 10 months ago (2016-02-15 23:43:15 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690543002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690543002/60001
4 years, 10 months ago (2016-02-18 04:49:04 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/132443) ios_rel_device_ninja on ...
4 years, 10 months ago (2016-02-18 04:51:31 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690543002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690543002/80001
4 years, 10 months ago (2016-02-18 07:08:41 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-18 08:52:24 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690543002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690543002/80001
4 years, 10 months ago (2016-02-18 13:12:41 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 10 months ago (2016-02-18 13:19:38 UTC) #20
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/d6c733e74a01031842f94995898f4fd885dd9a54 Cr-Commit-Position: refs/heads/master@{#376156}
4 years, 10 months ago (2016-02-18 13:20:42 UTC) #22
Theresa
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1708293002/ by twellington@chromium.org. ...
4 years, 10 months ago (2016-02-18 17:18:41 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690543002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690543002/100001
4 years, 10 months ago (2016-02-25 03:20:54 UTC) #25
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-25 04:38:06 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690543002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690543002/100001
4 years, 10 months ago (2016-02-25 23:29:45 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-26 00:27:21 UTC) #31
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 00:29:27 UTC) #33
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/3d239903548b2c4c8b29185f5f5c66c1ab7e7dfe
Cr-Commit-Position: refs/heads/master@{#377728}

Powered by Google App Engine
This is Rietveld 408576698