pub trait Nextable { }
Elements that can advance to a next state over time.
Implementors usually provide a .next() method that returns the element’s state after a time step (e.g., fading or diminishing).
.next()