lustre_alpine/transition

Types

pub type ScaleOrigin {
  Top
  Right
  Left
  Bottom
}

Constructors

  • Top
  • Right
  • Left
  • Bottom
pub type TransitionModifier {
  Duration(ms: Int)
  Delay(Int)
  Opacity
  Scale(
    percentage: option.Option(Int),
    origin: List(ScaleOrigin),
  )
}

Constructors

  • Duration(ms: Int)
  • Delay(Int)
  • Opacity
  • Scale(percentage: option.Option(Int), origin: List(ScaleOrigin))
Search Document