Skip to content

Commit 35ffe0c

Browse files
author
Nicholas Thomson
committed
bounce tweaks
1 parent 3c90c55 commit 35ffe0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/styles/main.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@
151151
Global Components
152152
*/
153153
@-webkit-keyframes bounce {
154-
0%, 20%, 50%, 80%, 100%{ top: 0; }
155-
40% { top: -12px; }
156-
60% { top: -6px; }
154+
0%, 2%, 5%, 8%, 100% { top: 0; }
155+
4% { top: -12px; }
156+
6% { top: -6px; }
157157
}
158158

159159
.bounce {
160160
position: relative;
161-
.Animation(bounce 30s infinite);
161+
.Animation(bounce 20s infinite 1s);
162162
}
163163

164164
.brush .resize .limit {

0 commit comments

Comments
 (0)