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
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
This specification introduces no new privacy or security considerations.
1330
+
<h2 id="priv">
1331
+
Privacy Considerations</h2>
1332
+
1333
+
No privacy concerns have been reported on this specification.
1334
+
1335
+
<h2 id="sec">
1336
+
Security Considerations</h2>
1337
+
1338
+
No security concerns have been reported on this specification.
1339
+
1340
+
<h2 id="changes">Changes</h2>
1341
+
1342
+
<h3 id="changes-20181011">Changes since the <a href="https://www.w3.org/TR/2018/WD-css-animations-1-20181011/">Working Draft of 11 October 2018</a></h3>
1343
+
1344
+
The following substantive changes were made:
1345
+
1346
+
<ul>
1347
+
<li>Defined indexed property getter for CSSKeyframesRule</li>
1348
+
<li>Added constructor type on AnimationEvent's definition </li>
1349
+
<li>Added required unit for dimension in range notation </li>
1350
+
<li>Applied range definition notation to descriptor and rule's prelude values </li>
1351
+
<li>Applied range definition notation to property values </li>
1352
+
<li>Associated event definitions with their EventHandler container </li>
1353
+
<li>Better markup for productions</li>
1354
+
<li>Corrected typo (rule to be found, not rule to be deleted)</li>
1355
+
<li>Made value definition reference consistent with other CSS specifications</li>
1356
+
<li>IDL aligned with Web IDL specification</li>
1357
+
<li>Added default dictionary value to constructor</li>
1358
+
<li>Rewrote confusing example (<a href="https://github.com/w3c/csswg-drafts/issues/4118">#4118</a>)</li>
1359
+
<li>Clarified handling of zero-duration animations</li>
1360
+
<li>Use "not animatable" rather than "none"</li>
1361
+
<li>Timing functions now called easing functions</li>
1362
+
<li>Changed GlobalEventHandlers to be a mixin</li>
0 commit comments