diff --git a/packages/vstory/demo/src/demos/Playground.tsx b/packages/vstory/demo/src/demos/Playground.tsx index 3aa5f5e..004ee8a 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) {