From 4420427aa2103f1fc576294cbdf5efe2922b879f Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Thu, 24 Jun 2021 23:25:07 +0300 Subject: [PATCH] minor fixes --- 7-animation/2-css-animations/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-animation/2-css-animations/article.md b/7-animation/2-css-animations/article.md index a34d8333..09327b2c 100644 --- a/7-animation/2-css-animations/article.md +++ b/7-animation/2-css-animations/article.md @@ -464,7 +464,7 @@ For example, here clicking on the `#boat` element adds the class with `transform ``` -Or a more complex example, with `@keyframes`: +Here's a more complex example, with `@keyframes`: ```html run height=80 autorun no-beautify

click me to start / stop