From 79af29dd2b40a82410f2f06818739f41429f6e17 Mon Sep 17 00:00:00 2001 From: Almaz Kunpeissov Date: Sun, 17 Feb 2019 12:02:33 +0600 Subject: [PATCH] Adding code styling to property value. (#34463) Adding styling for property value infinite in the ## Instructions. --- ...nts-continually-using-an-infinite-animation-count.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md index 873dd3f891..7f176b8b75 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md @@ -14,7 +14,7 @@ In this case the animation will stop after running 3 times, but it's possible to ## Instructions
-To keep the ball bouncing on the right on a continuous loop, change the animation-iteration-count property to infinite. +To keep the ball bouncing on the right on a continuous loop, change the animation-iteration-count property to infinite.
## Tests