Function style::animation::maybe_start_animations
source ยท pub fn maybe_start_animations<E>(
element: E,
context: &SharedStyleContext<'_>,
new_style: &Arc<ComputedValues>,
animation_state: &mut ElementAnimationSet,
resolver: &mut StyleResolverForElement<'_, '_, '_, E>,
)where
E: TElement,
Expand description
Triggers animations for a given node looking at the animation property values.