Function style::stylesheets::keyframes_rule::get_animated_properties

source ยท
fn get_animated_properties(
    keyframes: &[Arc<Locked<Keyframe>>],
    guard: &SharedRwLockReadGuard<'_>,
) -> PropertyDeclarationIdSet
Expand description

Get all the animated properties in a keyframes animation.