We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f0a98 commit 135fdb9Copy full SHA for 135fdb9
7-animation/2-css-animations/1-animate-logo-css/solution.view/index.html
@@ -34,7 +34,7 @@
34
flyjet.addEventListener('transitionend', function() {
35
if (!ended) {
36
ended = true;
37
- alert('Done!');
+ alert('완료!');
38
}
39
});
40
7-animation/2-css-animations/1-animate-logo-css/task.md
@@ -4,11 +4,11 @@
4
5
# 비행기에 애니메이션 효과주기 (CSS)
6
7
-아래 사진의 애니메이션 효과 보기 (비행기를 클릭해보세요):
+아래 비행기 사진을 클릭하여 어떤 애니메이션 효과가 구현되어 있는지 살펴봅시다.
8
9
[iframe src="solution" height=300]
10
11
-- 사진을 클릭하면 `40x24px` 에서 `400x240px`로 확대됩니다. (10배 확대)
+- 사진을 클릭하면 크기가 `40x24px` 에서 `400x240px`로 확대됩니다(10배 확대).
12
- 해당 효과는 3초가 소요됩니다.
13
-- 다음 메시지가 출력됩니다.: "Done!"
+- 효과가 끝나면 얼럿 창에 '완료!'가 출력됩니다.
14
- 애니메이션이 실행되는 동안에는 사진을 클릭해도 애니메이션이 중단되지 않습니다.
0 commit comments