ievgennaida / animation-timeline-control

Canvas based TypeScript animation timeline editor.
MIT License
357 stars 65 forks source link

Scrolling. #43

Open arthurwolf opened 7 months ago

arthurwolf commented 7 months ago

How do you get scrolling to work? I mean light/left. Up/down works with the mouse wheel in my setup (though I'd like a slider if possible), but right/left, the only way I found to move anything is create a selection and move it outside of the area.

Is there a config option somewhere? The example doesn't have sliders/scrolling bars.

Thanks a lot for any info you might have.

ievgennaida commented 7 months ago

Scrollbars are visible by default when you have keyframes to scroll to.

Add keyframes outside of the visibility area and you will get permanent scrolls.

In the demo you can zoom to see it.

arthurwolf commented 5 months ago

Scrollbars are visible by default when you have keyframes to scroll to.

Not here.

In the demo you can zoom to see it.

Just tested, not in the demo either.

Using a recent Firefox.

arthurwolf commented 5 months ago

image