NineOldAndroids v2.0.0 Release Notes

Release Date: 2012-01-18 // about 12 years ago
  • 📦 Animation classes are now under the com.nineoldandroids.animation package.

    • ObjectAnimator will now automatically use a compatibility implementation when animating any post-3.0 view property. The following properties are supported: alpha, translationX, translationY, scaleX, scaleY, x, y, rotation, rotationX, rotationY, pivotX, pivotY, scrollX, and scrollY.
    • Add AnimationProxy which allows for wrapping any View to enable alpha, translation, scale, and rotation animation.
    • Add 'Path Animation' demo to samples.
    • Enable property animation. This requires com.nineoldandroids.util.Property and not the native variant, however.