Skip to content

Commit

Permalink
[css-transforms-1] Focus definition of neutral element to the needs o…
Browse files Browse the repository at this point in the history
…f SMIL. #932
  • Loading branch information
dirkschulze committed Apr 10, 2018
1 parent 3a54135 commit 48e5784
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css-transforms-1/Overview.bs
Expand Up @@ -576,11 +576,9 @@ With this specification the SVG basic data type <<transform-list>> is equivalent
Neutral element for addition {#neutral-element}
----------------------------

Some animations require a neutral element for addition. For transform functions this is a scalar or a list of scalars of 0. Examples of neutral elements for transform functions are ''translate(0)'', ''translateX(0)'', ''translateY(0)'', ''scale(0)'', ''scaleX(0)'', ''scaleY(0)'', ''rotate(0)'', ''skew(0, 0)'', ''skewX(0)'', ''skewY(0)'' and ''matrix(0, 0, 0, 0, 0, 0)''.
Some animations require a neutral element for addition. For transform functions this is a scalar or a list of scalars of 0. Examples of neutral elements for transform functions are ''translate(0)'', ''scale(0)'', ''rotate(0)'', ''skewX(0)'', ''skewY(0)''.

Note: Animations to or from the neutral element of additions <<matrix()>> fall back to discrete animations (See [[#matrix-interpolation]]).

Issue(w3c/csswg-drafts#932): Replace text and simply refer to `null` value?
Note: This paragraph focuses on the requirements of [[SMIL]] and the extension defined by [[SVG11]]. This specification does not provide definitions of neutral elements for the other transform functions than the functions listed above.

<div class="example">

Expand Down

0 comments on commit 48e5784

Please sign in to comment.