Skip to content

Releases: andrewMacmurray/elm-simple-animation

2.3.2

14 Sep 11:27

Choose a tag to compare

Adds elm-review

2.3.1

14 Sep 11:09

Choose a tag to compare

  • Use hardware accelerated transforms #28

2.3.0

29 Nov 22:04

Choose a tag to compare

  • Adds Animation.empty

2.2.0

29 Nov 21:35

Choose a tag to compare

  • Adds elm-css adaptor

2.1.0

29 Nov 21:34

Choose a tag to compare

  • Adds yoyo option (plays animation then reverses it)
  • Adds reverse option (plays animation in reverse)
  • Allows yoyo and reverse to be combined (outputs alternate-reverse css animation direction)

2.0.3

04 May 13:49

Choose a tag to compare

  • Adds more examples to README

2.0.2

28 Apr 07:53

Choose a tag to compare

  • Adds clearer examples to README

2.0.1

09 Mar 20:38

Choose a tag to compare

  • Fixes rounding function in animation name

2.0.0

07 Mar 09:34

Choose a tag to compare

  • Adds Transition module for generating CSS transitions
  • Animated helpers now follow the same convention as the elm-ui one

svg takes a record of { class :: String -> Svg.Attribute msg } instead of String -> Svg.Attribute msg

1.1.1

22 Jan 18:57

Choose a tag to compare