Skip to content

Commit e048c1c

Browse files
ericwilligerstabatkins
authored andcommitted
[css-transforms-2] Refer to offset, not motion
The shorthand defined by CSS Motion Path is named 'offset', not 'motion'. https://drafts.fxtf.org/motion-1/#propdef-offset The 'Current Transformation Matrix' no longer refers to the obsolete name 'motion'.
1 parent b421e80 commit e048c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-transforms-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -611,14 +611,14 @@ Current Transformation Matrix {#ctm}
611611

612612
The <a>transformation matrix</a> computation is amended to the following:
613613

614-
The transformation matrix is computed from the 'transform', 'transform-origin', 'translate', 'rotate', 'scale', and 'motion' properties as follows:
614+
The transformation matrix is computed from the 'transform', 'transform-origin', 'translate', 'rotate', 'scale', and 'offset' properties as follows:
615615

616616
1. Start with the identity matrix.
617617
2. Translate by the computed X, Y, and Z values of 'transform-origin'.
618618
3. Translate by the computed X, Y, and Z values of 'translate'.
619619
4. Rotate by the computed <<angle>> about the specified axis of 'rotate'.
620620
5. Scale by the computed X, Y, and Z values of 'scale'.
621-
6. Translate and rotate by the transform specified by 'motion'.
621+
6. Translate and rotate by the transform specified by 'offset'.
622622
7. Multiply by each of the transform functions in 'transform' from left to right.
623623
8. Translate by the negated computed X, Y and Z values of 'transform-origin'.
624624

0 commit comments

Comments
 (0)