Skip to content

Commit e844880

Browse files
authored
Исправлен исходный код решения задачи в соответствии с условием
1 parent a9c4e6a commit e844880

File tree

1 file changed

+1
-1
lines changed
  • 7-animation/2-css-animations/1-animate-logo-css/solution.view

1 file changed

+1
-1
lines changed

7-animation/2-css-animations/1-animate-logo-css/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
flyjet.addEventListener('transitionend', function() {
3535
if (!ended) {
3636
ended = true;
37-
alert('Done!');
37+
alert('Анимация закончилась!');
3838
}
3939
});
4040

0 commit comments

Comments
 (0)