fn collect_tracks(
roots: &[AnimationInfo],
info: &AnimationInfo,
path: &mut Vec<usize>,
depth: usize,
global_range: Range<f64>,
expanded: &HashSet<Vec<usize>>,
output: &mut Vec<VisibleTrack>,
)Available on crate feature
preview only.