We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c956211 commit 2acddcaCopy full SHA for 2acddca
1 file changed
7-animation/2-css-animations/4-animate-circle-callback/solution.view/index.html
@@ -22,14 +22,14 @@
22
23
<body>
24
25
- <button onclick="go()">Click me</button>
+ <button onclick="go()">Нажми на меня</button>
26
27
<script>
28
29
function go() {
30
showCircle(150, 150, 100, div => {
31
div.classList.add('message-ball');
32
- div.append("Hello, world!");
+ div.append("Привет, мир!");
33
});
34
}
35
0 commit comments