Skip to main content

has_animated_properties

Function has_animated_properties 

Source
fn has_animated_properties(
    keyframes: &[Arc<Locked<Keyframe>>],
    guard: &SharedRwLockReadGuard<'_>,
    properties_changed: Option<&mut PropertyDeclarationIdSet>,
) -> bool
Expand description

True if there are any animated properties in a keyframes animation. If a PropertyDeclarationIdSet is provided, it will be populated with the animated properties.