Skip to main content

SingleAnimation

Type Alias SingleAnimation 

Source
pub type SingleAnimation = Todo;
Expand description

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

<single-animation> =
  <'animation-duration'> ||
  <easing-function> ||
  <'animation-delay'> ||
  <single-animation-iteration-count> ||
  <single-animation-direction> ||
  <single-animation-fill-mode> ||
  <single-animation-play-state> ||
  [ none | <keyframes-name> ] ||
  <single-animation-timeline>
`` `

Aliased Type§

pub enum SingleAnimation {
    Todo,
}

Variants§

§

Todo