From b74647fad3103175c2d928932d11aea3244580a1 Mon Sep 17 00:00:00 2001 From: zhouxinyu Date: Mon, 17 Jun 2024 17:52:28 +0800 Subject: [PATCH] feat: set sto time to 1000 --- packages/vstory/demo/src/demos/Playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vstory/demo/src/demos/Playground.tsx b/packages/vstory/demo/src/demos/Playground.tsx index 3aa5f5eb..004ee8a8 100644 --- a/packages/vstory/demo/src/demos/Playground.tsx +++ b/packages/vstory/demo/src/demos/Playground.tsx @@ -1339,7 +1339,7 @@ export function Player(props: IPlayerPropsType) { export const Playground = () => { const [code, setCode] = useState(defaultCode); const stoRef = useRef(); - const time = 2000; + const time = 1000; const handleChangeCode = useCallback((code: string) => { if (stoRef.current) {