Skip to content

Commit e844880

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)