allen-cell-animated / timelapse-colorizer

A web-based, time-series visualizer for tracked segmented data.
Other
7 stars 1 forks source link

Canvas flickers through timestamps on initial load #391

Open ShrimpCryptid opened 1 week ago

ShrimpCryptid commented 1 week ago

Description

Canvas often jumps through different timestamps during the initial load (since Dataset will load frame 0 by default before loading the "correct" frame from the URL). Ideally, we could block the canvas so it doesn't render until after the URL parameters have all been parsed, so the user only sees data once everything is loaded in.

Expected Behavior

What did you expect to happen instead?

Reproduction

A minimal example that exhibits the behavior.

Environment

Any additional information about your environment. E.g. OS version, python version, browser etc.