nroggendorff commited on
Commit
bbc8183
1 Parent(s): 94cc28f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -0
index.html CHANGED
@@ -113,6 +113,17 @@
113
  animation-delay: 0s;
114
  }
115
 
 
 
 
 
 
 
 
 
 
 
 
116
  @keyframes subtleBounce {
117
  0%, 100% {
118
  transform: translateY(0);
 
113
  animation-delay: 0s;
114
  }
115
 
116
+ @keyframes bounce {
117
+ 0%,
118
+ 80%,
119
+ 100% {
120
+ transform: translateY(0);
121
+ }
122
+ 40% {
123
+ transform: translateY(-6px);
124
+ }
125
+ }
126
+
127
  @keyframes subtleBounce {
128
  0%, 100% {
129
  transform: translateY(0);