This commit is contained in:
David Haz
2025-07-12 14:52:04 +03:00
parent 5d97fb34d9
commit d4ff1787eb
4 changed files with 42 additions and 96 deletions

View File

@@ -59,7 +59,7 @@ import PreviewSlider from '../../components/common/PreviewSlider.vue';
import { scrollFloatCode } from '@/constants/code/TextAnimations/scrollFloatCode';
const containerRef = ref<HTMLElement | null>(null);
const scrollText = ref('vuebits');
const scrollText = ref('Vue Bits!');
const animationDuration = ref(1);
const ease = ref('back.inOut(2)');
const scrollStart = ref('center bottom+=50%');