AndroidViewAnimations:Andorid檢視動畫合集YOYO

丿灬安之若死發表於2017-11-07

一天我看見一個ios動畫效果庫   AFViewShaker, 它實現的效果很贊, 我認為Android 也需要一個這樣的庫,所以過了兩天,我就自己建立了這個專案。

使用

為了把效果做的很逼真,我建立了另外一個專案叫做,Android Easing Functions ,是一些簡單功能的實現,我們需要引入那個專案。

Gradle

maven

或者下載下面的庫到你的eclipse專案中

使用

就像玩Yo-y0 一樣簡單

總共有一下效果

Attension

FlashPulseRubberBandShakeSwingWobbleBounceTadaStandUpWave

Special

HingeRollInRollOut,Landing,TakingOff,DropOut

Bounce

BounceInBounceInDownBounceInLeftBounceInRightBounceInUp

Fade

FadeInFadeInUpFadeInDownFadeInLeftFadeInRight

FadeOutFadeOutDownFadeOutLeftFadeOutRightFadeOutUp

Flip

FlipInXFlipOutXFlipOutY

Rotate

RotateInRotateInDownLeftRotateInDownRightRotateInUpLeftRotateInUpRight

RotateOutRotateOutDownLeftRotateOutDownRightRotateOutUpLeftRotateOutUpRight

Slide

SlideInLeftSlideInRightSlideInUpSlideInDown

SlideOutLeftSlideOutRightSlideOutUpSlideOutDown

Zoom

ZoomInZoomInDownZoomInLeftZoomInRightZoomInUp

ZoomOutZoomOutDownZoomOutLeftZoomOutRightZoomOutUp

github專案地址https://github.com/daimajia/AndroidViewAnimations

相關文章