Skip to content

Commit fa4de66

Browse files
Update BlurText.jsx
1 parent 0e3a1c1 commit fa4de66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tailwind/TextAnimations/BlurText/BlurText.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const BlurText = ({
7676
<animated.span
7777
key={index}
7878
style={props}
79-
className="inline-block transition-transform will-change-[transform,filter,opacity]"
79+
className="inline-block will-change-[transform,filter,opacity]"
8080
>
8181
{elements[index] === ' ' ? '\u00A0' : elements[index]}
8282
{animateBy === 'words' && index < elements.length - 1 && '\u00A0'}
@@ -86,4 +86,4 @@ const BlurText = ({
8686
);
8787
};
8888

89-
export default BlurText;
89+
export default BlurText;

0 commit comments

Comments
 (0)