high_mountains/transition_modifier

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

Search Document