Skip to content

Commit 862acdc

Browse files
committed
style: Decrease display time and step three of shikiComponent
1 parent 291d763 commit 862acdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-case-component/src/components/shikiComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const After = ({ content }: { content: string }) => {
7676
);
7777
};
7878

79-
const STEP_DURATIONS = [1500, 500, 2000]; // milliseconds
79+
const STEP_DURATIONS = [1500, 500, 1500]; // milliseconds
8080

8181
function Carousel({ children }: { children: React.ReactNode[] }) {
8282
const [activeIndex, setActiveIndex] = useState(0);

0 commit comments

Comments
 (0)