We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c8f0fc + 588117e commit 6fc7ba3Copy full SHA for 6fc7ba3
1 file changed
7-animation/2-css-animations/1-animate-logo-css/solution.view/index.html
@@ -27,9 +27,9 @@
27
<img id="flyjet" src="https://en.js.cx/clipart/flyjet.jpg">
28
29
<script>
30
- flyjet.onclick = function() {
+ let ended = false;
31
32
- let ended = false;
+ flyjet.onclick = function() {
33
34
flyjet.addEventListener('transitionend', function() {
35
if (!ended) {
0 commit comments