Function style::animation::start_transitions_if_applicable
source ยท pub fn start_transitions_if_applicable(
context: &SharedStyleContext<'_>,
old_style: &ComputedValues,
new_style: &Arc<ComputedValues>,
animation_state: &mut ElementAnimationSet,
) -> PropertyDeclarationIdSet
Expand description
Kick off any new transitions for this node and return all of the properties that are transitioning. This is at the end of calculating style for a single node.