From cba08023e2b2ce9079ef33988cf856c02683d0c3 Mon Sep 17 00:00:00 2001 From: Mateusz Mazurczak Date: Sat, 2 Jun 2018 20:52:35 +0200 Subject: [PATCH] Correct text mistake (#17392) * Correct text mistake In challenge: Animate Multiple Elements at Variable Rates text implicated that we changed in previous challenge two frames, while we were changing only one. * Update applied-visual-design.json --- .../01-responsive-web-design/applied-visual-design.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json index 4938b0df24..a949a2191c 100644 --- a/seed/challenges/01-responsive-web-design/applied-visual-design.json +++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json @@ -3117,7 +3117,7 @@ "id": "587d78a8367417b2b2512ae6", "title": "Animate Multiple Elements at Variable Rates", "description": [ - "In the previous challenge, you changed the animation rates for two similarly animated elements by altering their @keyframes rules. You can achieve the same goal by manipulating the animation-duration of multiple elements.", + "In the previous challenge, you changed the animation rate for an animated element by altering its @keyframes rule. You can achieve the same goal by manipulating the animation-duration of multiple elements.", "In the animation running in the code editor, there are three \"stars\" in the sky that twinkle at the same rate on a continuous loop. To make them twinkle at different rates, you can set the animation-duration property to different values for each element.", "
", "Set the animation-duration of the elements with the classes star-1, star-2, and star-3 to 1s, 0.9s, and 1.1s, respectively." @@ -3506,4 +3506,4 @@ } } ] -} \ No newline at end of file +}