prank
This commit is contained in:
@@ -271,6 +271,29 @@ body {
|
||||
.initial-loader-spinner {
|
||||
margin: 1.4rem 0 1rem;
|
||||
}
|
||||
.initial-loader-prank img {
|
||||
max-width: min(100%, 320px);
|
||||
max-height: 220px;
|
||||
object-fit: contain;
|
||||
border-radius: 14px;
|
||||
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
|
||||
}
|
||||
.prank-click-image {
|
||||
position: fixed;
|
||||
z-index: 9500;
|
||||
max-width: min(42vw, 260px);
|
||||
max-height: min(42vh, 220px);
|
||||
pointer-events: none;
|
||||
border-radius: 14px;
|
||||
filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45));
|
||||
animation: prank-click-pop 1.25s ease-out forwards;
|
||||
}
|
||||
@keyframes prank-click-pop {
|
||||
0% { opacity: 0; transform: translate(-50%, -50%) scale(0.72) rotate(-5deg); }
|
||||
12% { opacity: 1; transform: translate(-50%, -50%) scale(1.08) rotate(3deg); }
|
||||
70% { opacity: 1; transform: translate(-50%, -54%) scale(1) rotate(-2deg); }
|
||||
100% { opacity: 0; transform: translate(-50%, -62%) scale(0.9) rotate(4deg); }
|
||||
}
|
||||
.initial-loader-title {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user