Skip to content

Commit add2fdc

Browse files
committed
slow jump
1 parent 944e9ee commit add2fdc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bonus 3/css/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,16 @@
7070

7171
padding-top: 200px;
7272
padding-bottom: 0px;
73-
animation: jump 0.3s ease-in-out infinite alternate;
73+
animation: jump 1s ease-in-out infinite alternate;
7474

7575
}
7676

7777
@keyframes jump {
78+
80% {
79+
80+
padding-bottom: 0;
81+
padding-top: 200px;
82+
}
7883
100% {
7984
padding-bottom: 200px;
8085
padding-top: 0;

0 commit comments

Comments
 (0)