napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

Separate the concepts of key-frame and transition #77

Open alisterburt opened 3 years ago

alisterburt commented 3 years ago

Currently both the key-frame and the transitions between key-frames are stored in the Animation.key_frames attribute - clear separation between the captured state and the transitions between states should make it easier to reason about things (related to #24)