We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061a3b6 commit bb3a7c2Copy full SHA for bb3a7c2
css-animations-2/Overview.bs
@@ -462,6 +462,12 @@ Declaring Animations</h2>
462
However, if 'animation-fill-mode' is set to ''animation-fill-mode/none''
463
the keyframes of the animation animation will have no noticeable effect.
464
465
+ For backwards-compatibility with Level 1,
466
+ when the [=computed value=] of 'animation-timeline' is ''animation-timeline/auto''
467
+ (i.e. only one list value, and that value being ''animation-timeline/auto''),
468
+ the [=resolved value=] of ''animation-duration/auto'' for 'animation-duration'
469
+ is ''0s'' whenever its [=used value=] would also be ''0s''.
470
+
471
## The 'animation-timing-function' property ## {#animation-timing-function}
472
473
The 'animation-timing-function' is used to determine the [=timing function=]
0 commit comments