[ REFACT ] : CountUp from Animations to TextAnimations

This commit is contained in:
Utkarsh-Singhal-26
2026-01-10 11:56:40 +05:30
parent b764ca4c5c
commit 1ccfe8f3c5
6 changed files with 24 additions and 12 deletions

View File

@@ -41,7 +41,7 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted, defineComponent, h, useTemplateRef } from 'vue';
import { gsap } from 'gsap';
import CountUp from '../../../content/Animations/CountUp/CountUp.vue';
import CountUp from '../../../content/TextAnimations/CountUp/CountUp.vue';
import './FeatureCards.css';
const isMobile = ref(false);