minor fixes
This commit is contained in:
parent
934d32be5b
commit
4420427aa2
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ For example, here clicking on the `#boat` element adds the class with `transform
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Or a more complex example, with `@keyframes`:
|
Here's a more complex example, with `@keyframes`:
|
||||||
|
|
||||||
```html run height=80 autorun no-beautify
|
```html run height=80 autorun no-beautify
|
||||||
<h1 onclick="this.classList.toggle('animated')">click me to start / stop</h1>
|
<h1 onclick="this.classList.toggle('animated')">click me to start / stop</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue