Skip to content

Commit 64d018e

Browse files
madhuroshancaugner
andauthored
fix(animation-frames-timing-function): replace frames() which is not a timing function (#150)
* fixing animation-options * Update animation-frames-timing-function/index-waa.html * Update index-waa.html Format using Prettier playground link. --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 2d33a1c commit 64d018e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: animation-frames-timing-function/index-waa.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</head>
2828
<body>
2929
<div class="div1">
30-
<p>transition-timing-function: frames(10)</p>
30+
<p>transition-timing-function: steps(5)</p>
3131
<p></p>
3232
</div>
3333
<div class="div2">
@@ -40,7 +40,7 @@
4040
</div>
4141

4242
<script>
43-
var easingFunctions = ["frames(10)", "steps(10)", "ease-in"];
43+
var easingFunctions = ["steps(5)", "steps(10)", "ease-in"];
4444

4545
var keyFrames = [
4646
{ width: "0%", background: "red" },

0 commit comments

Comments
 (0)