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

Issue 219013002: CSS Animations: Adjust auto z-index when animating perspective (Closed)

Created:
6 years, 8 months ago by dstockwell
Modified:
6 years, 8 months ago
Reviewers:
esprehn, rune
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), rwlbuis, rune+blink, dglazkov+blink, Timothy Loh, apavlov+blink_chromium.org, darktears, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

CSS Animations: Adjust z-index when animating perspective Styles generated by animations and transitions are currently applied following adjustment (to avoid triggering transitions on adjustment). Special handling existed for mirroring the adjustment behavior of auto z-index when animating transform, however this failed to account for animations of perspective. This has been broken as far back as I am able to bisect and remains broken in WebKit for the same reason. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170498

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -1 line) Patch
A LayoutTests/animations/webkit-perspective.html View 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/animations/webkit-perspective-expected.html View 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
dstockwell
Need to look into breaking adjustment into phases or moving the transition impacting parts (eg. ...
6 years, 8 months ago (2014-03-31 06:07:55 UTC) #1
rune
lgtm I take this is a subset of what's done in StyleAdjuster::adjustRenderStyle? Aren't there more ...
6 years, 8 months ago (2014-03-31 09:00:06 UTC) #2
esprehn
I don't think this is the right approach, we really need to run the style ...
6 years, 8 months ago (2014-03-31 09:16:37 UTC) #3
dstockwell
On 2014/03/31 09:00:06, rune - CET wrote: > lgtm > > I take this is ...
6 years, 8 months ago (2014-03-31 09:40:09 UTC) #4
dstockwell
The CQ bit was checked by dstockwell@chromium.org
6 years, 8 months ago (2014-03-31 23:21:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/219013002/1
6 years, 8 months ago (2014-03-31 23:21:07 UTC) #6
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 00:18:03 UTC) #7
Message was sent while issue was closed.
Change committed as 170498

Powered by Google App Engine
This is Rietveld 408576698