update not found

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-10-06 14:23:44 +07:00
parent f8195aa401
commit bbd92bcdda
3 changed files with 7 additions and 5 deletions

View File

@ -9,11 +9,11 @@
@keyframes click-bounce {
0%, 100% {
transform: scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
/* animation-timing-function: linear(0.2, 0.8, 1); */
}
30% {
transform: scale(1.18, 0.9);
20% {
transform: translate(0px, 14px) scale(1.2, 0.9);
/* animation-timing-function: cubic-bezier(0.8, 0, 1, 1); */
}
}

View File

@ -22,7 +22,9 @@ export default function NotFound() {
img1="/images/coralz_0.png"
img2="/images/coralz_1.png"
/>
<Link target="_blank" href="https://x.com/JoelGuerraC/status/1840178999546319101">Source</Link>
<div className="-mt-2">
<Link className="text-xs" target="_blank" href="https://x.com/JoelGuerraC/status/1840178999546319101">{">]"}Image source</Link>
</div>
</div>
</main>
);

View File

@ -98,7 +98,7 @@ function WobblingImage ({
<div
className={clsx(
"relative mx-auto cursor-grab h-[400px] select-none",
isAnimating && "animate-[click-bounce_150ms_ease-out]"
isAnimating && "animate-[click-bounce_230ms_ease-out]"
)}
onClick={handleClick}
onAnimationEnd={handleAnimationEnd}