Update src/components/text/TextAnimation.tsx
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user