You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a successful call to reverse() on a CSSAnimation or after successfully setting the startTime on a CSSAnimation, if, as a result of that call the play state of the CSSAnimation changes to or from the paused play state, any subsequent change to the animation-play-state will no longer cause the CSSAnimation to be played or paused as defined in § 4.5 The animation-play-state property.
The requirement for a change to or from the paused play state ensures that even after calling reverse() or setting the startTime on a running animation, the animation continues to observe changes in animation-play-state.
890
+
The requirement for a change to or from the paused state ensures that even after calling reverse() or setting the startTime on a running animation, the animation continues to observe changes in animation-play-state.
Let keyframes be an empty sequence of keyframe objects, each possessing a keyframe offset, keyframe timing function, keyframe composite, and keyframe values.
1311
1313
</li>
1312
1314
<li>
1313
-
%~animateされる~prop群 ~LET 空な集合
1314
-
(この集合は、
1315
-
~CSS~prop名たちからなる。)
1315
+
%~animateされる~prop群 ~LET (`~prop名$たちが成す)空な集合
1316
1316
◎
1317
1317
Let animated properties be an empty set of CSS property names.
last declared animation-timing-function computed value (defaulting to default timing function if there is no such declaration), and last declared animation-composition computed value (defaulting to default composite if there is no such declaration).
1571
1577
◎
1572
-
For each such group of matching keyframe blocks, ordered by their earliest keyframeblock in the sorted order:
1578
+
For each such group of matching <keyframe-block> declarations, ordered by their earliest <keyframe-block> in the sorted order:
1573
1579
◎
1574
-
Cascade together all of its declaration blocks such that for each CSS property (except those that are “not animatable”, which must be ignored) the last declaration among all its keyframe blocks takes precedence. [CSS-CASCADE-4]
1580
+
Cascade together all of its declaration blocks such that for each CSS property (except those that are “not animatable”, which must be ignored) the last declaration among all its <keyframe-block> declarations takes precedence. [CSS-CASCADE-4]
1575
1581
◎
1576
1582
Note: The cascade will expand shorthand properties into their sub-properties and map together corresponding property pairs in each logical property group according to the element’s computed writing mode.
1577
1583
◎
1578
-
Append to keyframes a new empty keyframe keyframe with the group’s keyframe offset, keyframe timing function, and keyframe composite. Give its keyframe values the set of declared values resulting from this cascade.
1584
+
Append to keyframes a new empty keyframe with the group’s keyframe offset, keyframe timing function, and keyframe composite. Give its keyframe values the set of declared values resulting from this cascade.
1579
1585
◎
1580
-
Add each property name that was added to its keyframe properties to animated properties.
1586
+
Add each property name that was added to its cssRules to animated properties.
0 commit comments