Skip to content

Commit e55ee98

Browse files
authored
Update task.md
1 parent 2e24134 commit e55ee98

File tree

1 file changed

+7
-7
lines changed
  • 7-animation/2-css-animations/3-animate-circle

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
importance: 5
1+
важливість: 5
22

33
---
44

5-
# Animated circle
5+
# Анімований круг
66

7-
Create a function `showCircle(cx, cy, radius)` that shows an animated growing circle.
7+
Створити функцію `showCircle(cx, cy, radius)`, яка покаже анімацію зростаючого круга, де:
88

9-
- `cx,cy` are window-relative coordinates of the center of the circle,
10-
- `radius` is the radius of the circle.
9+
- `cx,cy` координати центру круга відносно вікна браузера,
10+
- `radius` радіс круга.
1111

12-
Click the button below to see how it should look like:
12+
Натисніть кнопку нижче, щоб побачити як повинен виглядати результат:
1313

1414
[iframe src="solution" height=260]
1515

16-
The source document has an example of a circle with right styles, so the task is precisely to do the animation right.
16+
Вихідний код має приклад круга з правильними CSS стилями, задача зробити таку саму анімацію.

0 commit comments

Comments
 (0)