1 2 3
use std::time::Duration; pub(super) const ANIMATION_TICK: Duration = Duration::from_millis(80);