forked from rDrama/rDrama
1
0
Fork 0

make seals gooder I think

master
beese_buck 2022-01-18 21:27:32 -08:00 committed by GitHub
parent 7812ceb338
commit 0b8abce409
1 changed files with 10 additions and 13 deletions

View File

@ -34,12 +34,16 @@
} }
} }
@keyframes wholesome1 { @keyframes moveX {
0% {top:0%; left: 50%;} from { left: 0; } to { left: 98%; }
25% {top:50%; left:98%;} }
50% {top:98%; left: 50%}
75% {top:50%; left:0%;} @keyframes moveY {
100% {top:0%; left: 50%;} from { top: 0; } to { top: 98%; }
}
.seal {
animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important;
} }
.seal { .seal {
@ -48,13 +52,6 @@
pointer-events: none; pointer-events: none;
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
animation-duration: 10s !important;
animation-iteration-count: infinite !important;
animation-fill-mode: forwards !important;
animation-timing-function: linear !important;
}
.seal1 {
animation-name: wholesome1 !important;
} }
</style> </style>
<div class="seal seal1" height="100%" width="100%"> <div class="seal seal1" height="100%" width="100%">