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
ShakeAnimations
class withshake()
,shakeQuickly()
andshakeSlowly()
methods.
- Adds
- Adds "show as toast" animations. (#15)
- Adds
ToastAnimations
class withshowAsToast()
,showAsToastQuickly()
andshowAsToastSlowly()
methods.
- Adds
- Adds "spin" animations. (#14)
- Adds
SpinAnimations
class withspinLeft()
,spinLeftQuickly()
,spinLeftSlowly()
methods for spinning to the left. - Adds
SpinAnimations
class withspinRight()
,spinRightQuickly()
,spinRightSlowly()
methods for spinning to the right.
- Adds