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

Issue 2682603004: Don't animate visibility keyframes that don't include "visible" (Closed)

Created:
3 years, 10 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, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't animate visibility keyframes that don't include "visible" This change updates the requirements for smoothly interpolating visibility animations to include needing one side to be "visible". This is to maintain existing behaviour once CSS Transitions is refactored to use CSSInterpolationTypes in: https://codereview.chromium.org/2680923005 Relevant spec text: https://drafts.csswg.org/css-transitions/#animtype-visibility BUG=681424 Review-Url: https://codereview.chromium.org/2682603004 Cr-Commit-Position: refs/heads/master@{#451548} Committed: https://chromium.googlesource.com/chromium/src/+/cb8696135be40717770ba4422c140c79851d9f74

Patch Set 1 #

Patch Set 2 : git squash commit for _fixVisibilityMerge. #

Total comments: 2

Patch Set 3 : Review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -10 lines) Patch
M third_party/WebKit/LayoutTests/animations/interpolation/visibility-interpolation.html View 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp View 1 2 2 chunks +19 lines, -10 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
alancutter (OOO until 2018)
3 years, 10 months ago (2017-02-15 23:43:43 UTC) #4
Eric Willigers
On 2017/02/15 23:43:43, alancutter wrote: Perhaps link to MDN in change description https://developer.mozilla.org/en/docs/Web/CSS/visibility "... One ...
3 years, 10 months ago (2017-02-16 00:28:41 UTC) #5
Eric Willigers
lgtm https://codereview.chromium.org/2682603004/diff/20001/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp (right): https://codereview.chromium.org/2682603004/diff/20001/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp#newcode33 third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp:33: if (m_start == EVisibility::kVisible || m_end == EVisibility::kVisible) ...
3 years, 10 months ago (2017-02-16 00:29:47 UTC) #6
alancutter (OOO until 2018)
Added spec link. https://codereview.chromium.org/2682603004/diff/20001/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp (right): https://codereview.chromium.org/2682603004/diff/20001/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp#newcode33 third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp:33: if (m_start == EVisibility::kVisible || m_end ...
3 years, 10 months ago (2017-02-16 00:58:17 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/2682603004/40001
3 years, 10 months ago (2017-02-16 00:59:51 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/283234) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 10 months ago (2017-02-16 02:51:35 UTC) #13
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/2682603004/40001
3 years, 10 months ago (2017-02-16 03:18:23 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-16 04:39:33 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/2682603004/40001
3 years, 10 months ago (2017-02-17 00:07:34 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-17 04:48:23 UTC) #21
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/2682603004/40001
3 years, 10 months ago (2017-02-20 00:50:38 UTC) #23
commit-bot: I haz the power
3 years, 10 months ago (2017-02-20 02:40:49 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cb8696135be40717770ba4422c14...

Powered by Google App Engine
This is Rietveld 408576698