Releases: blipinsk/ViewPropertyObjectAnimator
Releases · blipinsk/ViewPropertyObjectAnimator
1.4.5
Fixed accidental API 19 usage
1.4.4
Runnable
passed in withEndAction
no longer getting called when animation is canceled.
1.4.3
Restoring previously used LayerType
when using withLayer()
option.
1.4.2
A temp method (waitForAnimationStart()
) mistakenly included in the 1.3.0 release has been removed
1.4.1
- 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
- Animating
aspectRatio
(from Percent Support Library) introduced.
1.3.0
- Animating
percent
parameters (from the Percent Support Library) introduced.
- Support Libraries no longer included in the aar.
1.2.0
- Animating
scrollX
and scrollY
introduced.