AndroidViewAnimations:Andorid视图动画合集YOYO

一天我看见一个ios动画效果库   AFViewShaker, 它实现的效果很赞, 我认为Android 也需要一个这样的库,所以过了两天,我就自己创建了这个项目。

使用

为了把效果做的很逼真,我创建了另外一个项目叫做,Android Easing Functions ,是一些简单功能的实现,我们需要引入那个项目。

Gradle

maven

或者下载下面的库到你的eclipse项目中

  • NineOldAndroid-2.4.0
  • AndroidEasingFunctions-1.0.0
  • AndroidViewAnimations-1.1.2

使用

就像玩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

你可能感兴趣的:(动画)