pub type Timeline<T> = Sequence<T>;
A sequential animation timeline.
pub struct Timeline<T> { /* private fields */ }