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,
}