Re: [css-transforms] Individual transform properties, stacking contexts, containing blocks

> On Jun 26, 2016, at 4:22 AM, Shane Stephens <shans@google.com> wrote:
> 
> Having a default 'none' (and every other value establishing a stacking context) is probably best so that animations that sweep through the zeroes (translate: 0px, rotate: 0deg, and scale: 1) don't pop in and out of stacking context/containing block.
> 
> Tracked here: https://github.com/w3c/csswg-drafts/issues/244 <https://github.com/w3c/csswg-drafts/issues/244>
> 
> 
> 
> On Sat, Jun 25, 2016 at 10:32 AM Matt Rakow <marakow@microsoft.com <mailto:marakow@microsoft.com>> wrote:
> Hi all,
> 
> Any non-"none" value for the transform property causes the element to establish a stacking context and containing block.  The individual transform properties are not currently specified as establishing either of these; should they (I think yes)?
> 
> If yes, when?  Do these properties also need a "none" value as the default?
> 
> Thanks,
> -Matt
> 

Didn't we decide that stacking context doesn't change during animations, as if will-change were applied if any keyframe has a transform?

Simon

Received on Monday, 27 June 2016 17:20:06 UTC