We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d33a1c commit 64d018eCopy full SHA for 64d018e
animation-frames-timing-function/index-waa.html
@@ -27,7 +27,7 @@
27
</head>
28
<body>
29
<div class="div1">
30
- <p>transition-timing-function: frames(10)</p>
+ <p>transition-timing-function: steps(5)</p>
31
<p></p>
32
</div>
33
<div class="div2">
@@ -40,7 +40,7 @@
40
41
42
<script>
43
- var easingFunctions = ["frames(10)", "steps(10)", "ease-in"];
+ var easingFunctions = ["steps(5)", "steps(10)", "ease-in"];
44
45
var keyFrames = [
46
{ width: "0%", background: "red" },
0 commit comments