banky / elm-style-animation / Animation.Spring.Presets

Spring presets to be used with Animation.styleWith and Animation.toWith


type alias Spring =
{ stiffness : Basics.Float
, damping : Basics.Float 
}

zippy : Spring

The default used by elm-style-animation.

wobbly : Spring

stiff : Spring