Skip to content

Commit 0e3a1c1

Browse files
fix: resolve BlurText TS Tailwind issue
1 parent 0ef8b0f commit 0e3a1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ts-tailwind/TextAnimations/BlurText/BlurText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const BlurText: React.FC<BlurTextProps> = ({
9595
<AnimatedSpan
9696
key={index}
9797
style={props}
98-
className="inline-block transition-transform will-change-[transform,filter,opacity]"
98+
className="inline-block will-change-[transform,filter,opacity]"
9999
>
100100
{elements[index] === ' ' ? '\u00A0' : elements[index]}
101101
{animateBy === 'words' && index < elements.length - 1 && '\u00A0'}

0 commit comments

Comments
 (0)