[CSSWG][css-transitions-2] First WD of CSS Transitions Level 2

The CSS WG has published an updated Working Draft of CSS Transitions
Level 2:

    https://www.w3.org/TR/css-transitions-2/

CSS Transitions allow property changes in CSS values to occur
smoothly (or discretely) over a specified duration.

Level 2 (currently written as a delta specification, since Level 1
is not complete) introduces two new features:
 * the ability to opt in to CSS transitions for properties or values
   that are animatable discretely (rather than only those that are
   animatable continuously), and
 * the ability to specify a starting style for a transition to occur
   when an element changes from not being rendered to being
   rendered.
It also improves integration with Web Animations and defines a new
interface and other rules for that integration.

Significant changes are listed at:

  https://www.w3.org/TR/2023/WD-css-transitions-2-20230905/#changes

Please review the draft, and send any comments to this mailing list,
<www-style@w3.org>, prefixed with [css-transitions-2] (as I did on
this message) or (preferably) file them in the GitHub repository at
  https://github.com/w3c/csswg-drafts/issues

For the CSS WG,
David

-- 
𝄞   L. David Baron                        https://dbaron.org/   𝄂
             Before I built a wall I'd ask to know
             What I was walling in or walling out,
             And to whom I was like to give offense.
               - Robert Frost, Mending Wall (1914)

Received on Tuesday, 5 September 2023 16:18:16 UTC