Releases: andrewMacmurray/elm-simple-animation
Releases · andrewMacmurray/elm-simple-animation
2.3.2
2.3.1
2.3.0
- Adds
Animation.empty
2.2.0
- Adds
elm-css
adaptor
2.1.0
- Adds
yoyo
option (plays animation then reverses it) - Adds
reverse
option (plays animation in reverse) - Allows
yoyo
andreverse
to be combined (outputsalternate-reverse
css animation direction)
2.0.3
- Adds more examples to README
2.0.2
- Adds clearer examples to README
2.0.1
- Fixes rounding function in animation name
2.0.0
- Adds
Transition
module for generating CSS transitions Animated
helpers now follow the same convention as theelm-ui
one
svg
takes a record of { class :: String -> Svg.Attribute msg }
instead of String -> Svg.Attribute msg
1.1.1
- Adds imports for some documentation
https://package.elm-lang.org/packages/andrewMacmurray/elm-simple-animation/1.1.1/