We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef8b0f commit 0e3a1c1Copy full SHA for 0e3a1c1
src/ts-tailwind/TextAnimations/BlurText/BlurText.tsx
@@ -95,7 +95,7 @@ const BlurText: React.FC<BlurTextProps> = ({
95
<AnimatedSpan
96
key={index}
97
style={props}
98
- className="inline-block transition-transform will-change-[transform,filter,opacity]"
+ className="inline-block will-change-[transform,filter,opacity]"
99
>
100
{elements[index] === ' ' ? '\u00A0' : elements[index]}
101
{animateBy === 'words' && index < elements.length - 1 && '\u00A0'}
0 commit comments