Function transition_section

Source
fn transition_section(
    ui: &mut Ui,
    project: &mut Project,
    ids: &[u64],
    undo: &mut dyn FnMut(&Project),
) -> bool
Expand description

Selected transitions (timeline bands): one set of editors; each field you change is written to every selected transition, fields you leave alone keep their per-transition values.