Skip to content

Commit daf40b4

Browse files
committed
Eliminate jack-in-the-box animation
1 parent fdd6299 commit daf40b4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/pages/index.module.css

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,7 @@
2929
color: var(--ifm-color-primary-light);
3030
}
3131

32-
@keyframes jack-in-the-box {
33-
0% {
34-
opacity: 0;
35-
transform: scale(0.1) rotate(30deg);
36-
transform-origin: center bottom;
37-
}
38-
39-
50% {
40-
transform: rotate(-10deg);
41-
}
42-
43-
70% {
44-
transform: rotate(3deg);
45-
}
46-
47-
100% {
48-
opacity: 1;
49-
transform: scale(1);
50-
}
51-
}
52-
5332
.heroLogo {
54-
animation-duration: 2s;
55-
animation-name: jack-in-the-box;
5633
float: left;
5734
margin-top: 100px;
5835
margin-right: 35px;

0 commit comments

Comments
 (0)