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 e609815 commit e06bc63Copy full SHA for e06bc63
β7-animation/2-css-animations/article.md
@@ -469,7 +469,7 @@ Here's a more complex example, with `@keyframes`:
469
```html run height=80 autorun no-beautify
470
<h2 onclick="this.classList.toggle('animated')">click me to start / stop</h2>
471
<style>
472
- h1.animated {
+ .animated {
473
animation: hello-goodbye 1.8s infinite;
474
width: fit-content;
475
}
0 commit comments