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 0e3a1c1 commit fa4de66Copy full SHA for fa4de66
src/tailwind/TextAnimations/BlurText/BlurText.jsx
@@ -76,7 +76,7 @@ const BlurText = ({
76
<animated.span
77
key={index}
78
style={props}
79
- className="inline-block transition-transform will-change-[transform,filter,opacity]"
+ className="inline-block will-change-[transform,filter,opacity]"
80
>
81
{elements[index] === ' ' ? '\u00A0' : elements[index]}
82
{animateBy === 'words' && index < elements.length - 1 && '\u00A0'}
@@ -86,4 +86,4 @@ const BlurText = ({
86
);
87
};
88
89
-export default BlurText;
+export default BlurText;
0 commit comments