Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(4)

Issue 1162253005: Animations: Add the effect clipping primitive to web animations (Closed)

Created:
4 years, 11 months ago by samli
Modified:
4 years, 10 months ago
Reviewers:
dstockwell
CC:
darktears, arv+blink, blink-reviews, blink-reviews-animation_chromium.org, Inactive, Eric Willigers, rjwright, shans, vivekg_samsung, vivekg
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Animations: Add the effect clipping primitive to web animations This change adds the effect clipping primitives startClip and endClip to the web animations API, behind the experimental web platform features flag. The start clip is relative to the start time while end clip is relative to the end time, synonymous to delay. These clip primitives prevent an animation from applying outside of these values. These clip primitives allows groups to be implemented on top of web animations, as well as enable some work in DevTools. BUG=495444 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196739

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -4 lines) Patch
A LayoutTests/web-animations-api/player-clip.html View 1 chunk +115 lines, -0 lines 0 comments Download
M Source/core/animation/Animation.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M Source/core/animation/Animation.cpp View 1 4 chunks +54 lines, -4 lines 0 comments Download
M Source/core/animation/Animation.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
samli
PTAL.
4 years, 11 months ago (2015-06-03 05:45:35 UTC) #2
dstockwell
https://codereview.chromium.org/1162253005/diff/1/Source/core/animation/Animation.cpp File Source/core/animation/Animation.cpp (right): https://codereview.chromium.org/1162253005/diff/1/Source/core/animation/Animation.cpp#newcode800 Source/core/animation/Animation.cpp:800: if (!isNull(inheritedTime) && clipped(m_held && (!limited(inheritedTime) || isNull(m_startTime)) ? ...
4 years, 11 months ago (2015-06-04 01:32:06 UTC) #3
samli
https://codereview.chromium.org/1162253005/diff/1/Source/core/animation/Animation.cpp File Source/core/animation/Animation.cpp (right): https://codereview.chromium.org/1162253005/diff/1/Source/core/animation/Animation.cpp#newcode800 Source/core/animation/Animation.cpp:800: if (!isNull(inheritedTime) && clipped(m_held && (!limited(inheritedTime) || isNull(m_startTime)) ? ...
4 years, 10 months ago (2015-06-09 01:23:54 UTC) #4
dstockwell
lgtm
4 years, 10 months ago (2015-06-09 01:28:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162253005/20001
4 years, 10 months ago (2015-06-09 01:32:19 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/65773)
4 years, 10 months ago (2015-06-09 04:23:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162253005/20001
4 years, 10 months ago (2015-06-09 04:41:31 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2015-06-09 05:47:39 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196739

Powered by Google App Engine
This is Rietveld 408576698