Update src/components/text/TextAnimation.tsx

This commit is contained in:
2026-03-05 08:14:57 +00:00
parent 3e174d490d
commit ccd9ef59d1

View File

@@ -150,7 +150,7 @@ const TextAnimation = ({
if (gradientColors) {
animateTarget.forEach((element) => {
gsap.set(element as HTMLElement, {
backgroundImage: `linear-gradient(180deg, ${gradientColors.from} 0%, ${gradientColors.to} 100%)`,
backgroundImage: `linear-gradient(180deg, ${gradientColors.from} 0%, ${gradientColors.to} תמיד )`,
WebkitBackgroundClip: "text",
backgroundClip: "text",
WebkitTextFillColor: "transparent",