We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5b84ad + d923de3 commit f5f308cCopy full SHA for f5f308c
main.css
@@ -20,7 +20,7 @@ body,
20
position: absolute;
21
min-height: 50px;
22
min-width: 50px;
23
- opacity: .5;
+ opacity: 0;
24
transition: all 1s, z-index 0s 2s;
25
}
26
.squareAnimated {
main.js
@@ -33,7 +33,6 @@ MagicGrid.prototype.getSquare = function () {
33
square.style.backgroundColor = color;
34
35
const squareContainer = document.createElement('div');
36
- squareContainer.style.backgroundColor = color;
37
squareContainer.onmouseenter = (e) => {
38
if (!this.wClicked) return;
39
this.animateSquareEvent(e, square);
0 commit comments