napari / napari-animation

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

Make `Animation.frame` evented #78

Closed alisterburt closed 3 years ago

alisterburt commented 3 years ago

There are a few things which aren't kept in sync in the AnimationWidget at the moment - namely the AnimationSliderWidget does not move when moving between key-frames manually

This would be much easier to solve if Animation.frame was evented - in general maybe we should switch to using the EventedModel from napari for the things we need to keep track of? (key-frames and frame)

https://github.com/napari/napari/blob/master/napari/utils/events/evented_model.py#L97

alisterburt commented 3 years ago

closed by #90