nsbno / spor-design-tokens-elm / Spor.Token.Time.Transition

This module was automaticly generated by the spor-design-tokens project.


type Transition

An opaque type representing a Transition value.

toString : Transition -> String

Convert Transition into String.

slow : Transition

Should be used when you need a slower animation. Works great for large objects, or when the animated element is moving a larger distance

medium : Transition

Should be used for medium transitions. Works great for when elements are moving, or when animating width or height

fast : Transition

Should be used for quick transitions between similar states.