We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd6299 commit daf40b4Copy full SHA for daf40b4
src/pages/index.module.css
@@ -29,30 +29,7 @@
29
color: var(--ifm-color-primary-light);
30
}
31
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
53
.heroLogo {
54
- animation-duration: 2s;
55
- animation-name: jack-in-the-box;
56
float: left;
57
margin-top: 100px;
58
margin-right: 35px;
0 commit comments