FEAT: Floating Effect

Implemented Floating Effect on AuthModel, need further adjustments
This commit is contained in:
EvanLin3141
2025-01-30 00:52:39 +00:00
parent 92f691b6bd
commit 17ab2743de
2 changed files with 20 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ const AuthModal: React.FC<AuthModalProps> = ({ onClose }) => {
{/*Container*/}
<div
className="container fixed inset-0 flex flex-col items-center justify-around z-50
h-[75vh] m-auto min-w-[45vw] w-fit py-[50px] rounded-[5rem] transition-all"
h-[75vh] m-auto min-w-[45vw] w-fit py-[50px] rounded-[5rem] transition-all animate-floating"
style={{ "--spin-duration": spinDuration } as React.CSSProperties}
>