Skip to main content

SingleAnimationTrigger

Type Alias SingleAnimationTrigger 

Source
pub type SingleAnimationTrigger = Todo;
Expand description

https://drafts.csswg.org/css-animations-2/#typedef-single-animation-trigger

<single-animation-trigger> = <single-animation-trigger-behavior> || [ none | auto | [ [ <dashed-ident> | <scroll()> | <view()> ] [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]{0,4} ] ]

Aliased Type§

pub enum SingleAnimationTrigger {
    Todo,
}

Variants§

§

Todo