Skip to content

Commit 53f264d

Browse files
committed
css
1 parent 7ec8f38 commit 53f264d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/App.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ h1 {
5656
canvas:hover {
5757
transform-origin: 0 0;
5858
transform: scale(2);
59+
transition-delay: .2s;
5960
}
6061

6162

@@ -65,5 +66,6 @@ canvas {
6566
display: block;
6667
box-shadow: 3px 3px 10px #999;
6768
transform-origin: 0 0;
68-
transition: transform 0.3s; /* Animation */
69+
transition-delay: .1s;
70+
transition: transform .3s; /* Animation */
6971
}

0 commit comments

Comments
 (0)