ViewPropertyObjectAnimator Versions Save

Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator

1.5.0

2 years ago

AndroidX :tada:

1.4.5

8 years ago

Fixed accidental API 19 usage

1.4.4

8 years ago

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

1.4.3

8 years ago

Restoring previously used LayerType when using withLayer() option.

1.4.2

8 years ago

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

1.4.1

8 years ago
  • 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

8 years ago
  • Animating aspectRatio (from Percent Support Library) introduced.

1.3.0

8 years ago
  • Animating percent parameters (from the Percent Support Library) introduced.
  • Support Libraries no longer included in the aar.

1.2.1

8 years ago
  • Margin bug fixes.

1.2.0

8 years ago
  • Animating scrollX and scrollY introduced.