Skip to content

Commit be141ab

Browse files
authored
Merge pull request w3c#2522 from w3c/transform-neutral-element-for-animations
[css-transforms-1] Focus definition of neutral element to the needs o…
2 parents 8a65479 + 48e5784 commit be141ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

css-transforms-1/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,9 @@ With this specification the SVG basic data type <<transform-list>> is equivalent
576576
Neutral element for addition {#neutral-element}
577577
----------------------------
578578

579-
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)''.
579+
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)''.
580580

581-
Note: Animations to or from the neutral element of additions <<matrix()>> fall back to discrete animations (See [[#matrix-interpolation]]).
582-
583-
Issue(w3c/csswg-drafts#932): Replace text and simply refer to `null` value?
581+
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.
584582

585583
<div class="example">
586584

0 commit comments

Comments
 (0)