minor fixes

This commit is contained in:
Ilya Kantor 2021-06-24 23:25:07 +03:00
parent 934d32be5b
commit 4420427aa2

View file

@ -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>