minor fixes
This commit is contained in:
parent
4420427aa2
commit
e6098157be
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ For example, here clicking on the `#boat` element adds the class with `transform
|
||||||
Here's 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>
|
<h2 onclick="this.classList.toggle('animated')">click me to start / stop</h2>
|
||||||
<style>
|
<style>
|
||||||
h1.animated {
|
h1.animated {
|
||||||
animation: hello-goodbye 1.8s infinite;
|
animation: hello-goodbye 1.8s infinite;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue