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