The library can help you build complex animations quickly, which wrapped Android animation, supporting parallel and serial animation combination.
dependencies {
compile "com.steven:AndroidSequenceaAimations:1.2.0"
}
EasyAnimation.with(
sequence(
fadeIn(1000),
together(rotateTo(500, 360),
scaleTo(500, 5).easing(Skill.BackEaseIn)
))
).playOn(targetView);
FlipX
, FlipY
, Show
, Hide
, CallFunc
FadeIn
,FadeOut
,FadeTo
,MoveBy
,MoveTo
,MoveXTo
,MoveYTo
,RotateBy
,RotateTo
,ScaleTo
,DelayTime
ColorTo
,ValueIntTo
,ValueFloatTo
Sequence
,Together
,Repeat
,RepeatForever
1.Interval Action:BezierMoveTo
2.Interval Action:Shake