pub type PackedAnimation = Arc<Mutex<dyn Animation>>;
pub struct PackedAnimation { /* private fields */ }