We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499b07 commit 12fa923Copy full SHA for 12fa923
docs/editor-demo/editor-basic/index.tsx
@@ -16,6 +16,9 @@ const TimelineEditor = () => {
16
editorData={data}
17
effects={mockEffect}
18
hideCursor={false}
19
+ autoScroll={true}
20
+ minScaleCount={3}
21
+ maxScaleCount={10}
22
/>
23
</div>
24
);
docs/editor-demo/editor-scale-customization/index.tsx
@@ -62,6 +62,7 @@ const TimelineEditor = () => {
62
</Input.Group>
63
<Timeline
64
onChange={setData}
65
66
67
68
scale={scale}
0 commit comments