Skip to content

Commit e609815

Browse files
committedJun 24, 2021
minor fixes
1 parent 4420427 commit e609815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎7-animation/2-css-animations/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ For example, here clicking on the `#boat` element adds the class with `transform
467467
Here's a more complex example, with `@keyframes`:
468468

469469
```html run height=80 autorun no-beautify
470-
<h1 onclick="this.classList.toggle('animated')">click me to start / stop</h1>
470+
<h2 onclick="this.classList.toggle('animated')">click me to start / stop</h2>
471471
<style>
472472
h1.animated {
473473
animation: hello-goodbye 1.8s infinite;

0 commit comments

Comments
 (0)
Failed to load comments.