Re: [csswg-drafts] [css-transforms] Smarter interpolation of truncated transform lists

@birtles From the proposal and the discussion, the spec change does not fully support the requested "smoosh". According to the discussion above this could either be by:
* multiplying all not matching functions to a matrix and interpolate the others.
* adding neutral transform functions where needed.

Both do not sound ideal to me. The latter mostly because we need to define an algorithm where and when to add neutral transformations. At the first glance this might sound intuitive but really isn't.

I wasn't in the discussion but what @smfr added seems to be logical and matching the behavior of other CSS properties:
* Fill up the shorter list with matching, neutral transform functions.
* (Special requirement: only if the transforms are otherwise compatible.)

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/927#issuecomment-392411643 using your GitHub account

Received on Monday, 28 May 2018 03:47:39 UTC