Skip to content

Commit 9ad1a63

Browse files
Add files via upload
1 parent 82bd600 commit 9ad1a63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ footer {
286286
}
287287

288288
.cat.walking {
289+
-webkit-animation: bounce 0.5s infinite;
289290
animation: bounce 0.5s infinite;
290291
}
291292

@@ -348,12 +349,14 @@ footer {
348349
.cat-ear.left {
349350
transform: rotate(-30deg);
350351
left: -2px;
352+
-webkit-animation: ear-twitch-left 4s infinite;
351353
animation: ear-twitch-left 4s infinite;
352354
}
353355

354356
.cat-ear.right {
355357
transform: rotate(30deg);
356358
right: -2px;
359+
-webkit-animation: ear-twitch-right 4s infinite;
357360
animation: ear-twitch-right 4s infinite;
358361
}
359362

@@ -363,6 +366,7 @@ footer {
363366
background: var(--primary-color);
364367
border-radius: 50%;
365368
top: 10px;
369+
-webkit-animation: blink 4s infinite;
366370
animation: blink 4s infinite;
367371
transition: transform 0.2s ease;
368372
}
@@ -420,6 +424,7 @@ footer {
420424
bottom: 15px;
421425
border-radius: 4px 8px 8px 4px;
422426
transform-origin: left center;
427+
-webkit-animation: tail-wave 2s infinite;
423428
animation: tail-wave 2s infinite;
424429
box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.1);
425430
}
@@ -521,18 +526,22 @@ footer {
521526
}
522527

523528
.cat:hover .cat-tail {
529+
-webkit-animation: happy-tail 0.5s infinite;
524530
animation: happy-tail 0.5s infinite;
525531
}
526532

527533
.cat.walking .cat-body {
534+
-webkit-animation: walk-body 0.5s infinite;
528535
animation: walk-body 0.5s infinite;
529536
}
530537

531538
.cat.walking .cat-paw {
539+
-webkit-animation: paw-walk 0.5s infinite;
532540
animation: paw-walk 0.5s infinite;
533541
}
534542

535543
.cat.walking .cat-tail {
544+
-webkit-animation: tail-walk 0.5s infinite;
536545
animation: tail-walk 0.5s infinite;
537546
}
538547

@@ -677,6 +686,7 @@ footer {
677686
pointer-events: none;
678687
opacity: 0.6;
679688
z-index: 999;
689+
-webkit-animation: fade-out 2s forwards;
680690
animation: fade-out 2s forwards;
681691
}
682692

0 commit comments

Comments
 (0)