Skip to content

Releases: blipinsk/ViewPropertyObjectAnimator

1.5.0

30 Oct 07:33
Compare
Choose a tag to compare

AndroidX 🎉

1.4.5

04 Apr 09:35
Compare
Choose a tag to compare

Fixed accidental API 19 usage

1.4.4

29 Dec 20:27
Compare
Choose a tag to compare

Runnable passed in withEndAction no longer getting called when animation is canceled.

1.4.3

29 Dec 20:19
Compare
Choose a tag to compare

Restoring previously used LayerType when using withLayer() option.

1.4.2

18 Dec 18:41
Compare
Choose a tag to compare

A temp method (waitForAnimationStart()) mistakenly included in the 1.3.0 release has been removed

1.4.1

18 Dec 17:47
Compare
Choose a tag to compare
  • Added missing exception when there's no Percent Support Library in the project and user is trying to animate percent parameters
  • Size percent argument type corrected

1.4.0

15 Dec 08:57
Compare
Choose a tag to compare
  • Animating aspectRatio (from Percent Support Library) introduced.

1.3.0

15 Dec 08:57
Compare
Choose a tag to compare
  • Animating percent parameters (from the Percent Support Library) introduced.
  • Support Libraries no longer included in the aar.

1.2.1

15 Dec 08:57
Compare
Choose a tag to compare
  • Margin bug fixes.

1.2.0

15 Dec 08:57
Compare
Choose a tag to compare
  • Animating scrollX and scrollY introduced.