Skip to content

Commit 1d8d1fd

Browse files
committed
Increase default animation speed
1 parent e30608c commit 1d8d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EnumerationDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const EnumerationDemo: React.FC<EnumerationDemoProps> = ({
6161
demoType,
6262
isDarkMode = false,
6363
customColors = {},
64-
animationSpeed = 0.18,
64+
animationSpeed = 0.33,
6565
className,
6666
...props
6767
}) => {

0 commit comments

Comments
 (0)