From faae76e7965e1f9dfa4130c4bdc6d3073f72806d Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Mon, 7 Jul 2025 15:10:00 +0200 Subject: [PATCH] up --- src/theme/toaster.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/toaster.ts b/src/theme/toaster.ts index 2b43a4aa..dacc0920 100644 --- a/src/theme/toaster.ts +++ b/src/theme/toaster.ts @@ -35,13 +35,13 @@ export default { position: ['top-left', 'top-center', 'top-right'], class: { viewport: 'top-4', - base: 'top-0 data-[state=open]:animate-[slide-in-from-top_350ms_cubic-bezier(0.25,0.46,0.45,0.94)]' + base: 'top-0 data-[state=open]:animate-[slide-in-from-top_280ms_cubic-bezier(0.4,0,0.6,1)]' } }, { position: ['bottom-left', 'bottom-center', 'bottom-right'], class: { viewport: 'bottom-4', - base: 'bottom-0 data-[state=open]:animate-[slide-in-from-bottom_350ms_cubic-bezier(0.25,0.46,0.45,0.94)]' + base: 'bottom-0 data-[state=open]:animate-[slide-in-from-bottom_280ms_cubic-bezier(0.4,0,0.6,1)]' } }, { swipeDirection: ['left', 'right'],