Skip to content

Releases: PSPDFKit-labs/VanGogh

0.3.0

15 May 18:57
Compare
Choose a tag to compare
  • AndroidX support. (#28)

0.2.0

27 Nov 10:41
Compare
Choose a tag to compare
  • Important: Duration is no more pre-determined by the library but uses the default duration defined by Android in ValueAnimator. Quick animations use 60% of that duration value and slow animations use 300%. (#20)
  • Adds "shake" animations. (#13)
    • Adds ShakeAnimations class with shake(), shakeQuickly() and shakeSlowly() methods.
  • Adds "show as toast" animations. (#15)
    • Adds ToastAnimations class with showAsToast(), showAsToastQuickly() and showAsToastSlowly() methods.
  • Adds "spin" animations. (#14)
    • Adds SpinAnimations class with spinLeft(), spinLeftQuickly(), spinLeftSlowly() methods for spinning to the left.
    • Adds SpinAnimations class with spinRight(), spinRightQuickly(), spinRightSlowly() methods for spinning to the right.

0.1.1

20 Nov 11:25
Compare
Choose a tag to compare
  • Fixes NullPointerException being thrown when animation disposed midway. (#10)

0.1.0

09 Nov 15:29
61204ef
Compare
Choose a tag to compare

Initial release

compile 'com.pspdfkit-labs:vangogh:0.1.0'