From 93aa106a8b0f4e3b692402792e5cff5ba7c0a529 Mon Sep 17 00:00:00 2001 From: Utkarsh-Singhal-26 Date: Sun, 13 Jul 2025 19:56:26 +0530 Subject: [PATCH] Updated animation --- src/demo/Animations/BlobCursorDemo.vue | 38 ++++++-------------------- 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/src/demo/Animations/BlobCursorDemo.vue b/src/demo/Animations/BlobCursorDemo.vue index 4cd8fe3..9bca87d 100644 --- a/src/demo/Animations/BlobCursorDemo.vue +++ b/src/demo/Animations/BlobCursorDemo.vue @@ -34,35 +34,9 @@
-
- - -
- -
- - -
- -
- - -
+ + +
-

+

SVG filters are not fully supported on Safari. Performance may vary.

@@ -230,7 +204,11 @@ import TabbedLayout from '../../components/common/TabbedLayout.vue'; import { blobCursor } from '../../constants/code/Animations/blobCursorCode'; import Customize from '../../components/common/Customize.vue'; import PreviewSlider from '../../components/common/PreviewSlider.vue'; +import PreviewColor from '../../components/common/PreviewColor.vue'; import BlobCursor from '../../content/Animations/BlobCursor/BlobCursor.vue'; +import { useForceRerender } from '@/composables/useForceRerender'; + +const { forceRerender } = useForceRerender(); const blobType = ref<'circle' | 'square'>('circle'); const fillColor = ref('#27FF64');