From a21d8a6bcb7b6c5e29ab52043419b41ce544ce4c Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Wed, 16 Apr 2025 22:31:59 +0330 Subject: [PATCH] Updated --- frontend/components/home/Preview.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/components/home/Preview.vue b/frontend/components/home/Preview.vue index 3af9626..66168b6 100644 --- a/frontend/components/home/Preview.vue +++ b/frontend/components/home/Preview.vue @@ -19,7 +19,7 @@ const heymlzElementIsVisible = useElementVisibility(heymlzElement, { rootMargin: "0px 0px -40% 0px", }); -const showHeymlzAnimation = ref(false); +const showHeymlzAnimation = ref(true); const { x: dragAxisX } = useDraggable(draggableEl, { initialValue: { x: 0, y: 0 }, @@ -92,7 +92,7 @@ watch( :src="homeData!.difreance_section.image1" :class=" showHeymlzAnimation - ? 'brightness-50 blur-md' + ? 'brightness-25 blur-sm' : 'brightness-[95%] blur-[0px]' " class="select-none absolute size-full object-cover transition-[filter] duration-250" @@ -119,7 +119,7 @@ watch( :src="homeData!.difreance_section.image2" :class=" showHeymlzAnimation - ? 'brightness-50 blur-md' + ? 'brightness-25 blur-sm' : 'brightness-[95%] blur-[0px]' " class="overlay-image select-none absolute object-cover size-full transition-[filter] duration-250"