Skip to content

Commit e609815

Browse files
committed
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‎

Lines changed: 1 addition & 1 deletion
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-
<h1onclick="this.classList.toggle('animated')">click me to start / stop</h1>
470+
<h2onclick="this.classList.toggle('animated')">click me to start / stop</h2>
471471
<style>
472472
h1.animated{
473473
animation: hello-goodbye 1.8sinfinite;

0 commit comments

Comments
(0)