fn get_animated_properties(
    keyframes: &[Arc<Locked<Keyframe>>],
    guard: &SharedRwLockReadGuard<'_>,
) -> PropertyDeclarationIdSetExpand description
Get all the animated properties in a keyframes animation.
fn get_animated_properties(
    keyframes: &[Arc<Locked<Keyframe>>],
    guard: &SharedRwLockReadGuard<'_>,
) -> PropertyDeclarationIdSetGet all the animated properties in a keyframes animation.