Releases: PSPDFKit-labs/VanGogh
Releases · PSPDFKit-labs/VanGogh
0.3.0
0.2.0
- 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
ShakeAnimationsclass withshake(),shakeQuickly()andshakeSlowly()methods.
- Adds
- Adds "show as toast" animations. (#15)
- Adds
ToastAnimationsclass withshowAsToast(),showAsToastQuickly()andshowAsToastSlowly()methods.
- Adds
- Adds "spin" animations. (#14)
- Adds
SpinAnimationsclass withspinLeft(),spinLeftQuickly(),spinLeftSlowly()methods for spinning to the left. - Adds
SpinAnimationsclass withspinRight(),spinRightQuickly(),spinRightSlowly()methods for spinning to the right.
- Adds