florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 423 forks source link

Animation Timeline #30

Open rpdave opened 7 years ago

rpdave commented 7 years ago

Hi Guys,

I cant seem to find a way to acheive this animation

Fade in -> pause(3000) -> fadeout -> pause(3000) -> restart

I can only find startDelay but this does add a delay after a transition

Can you please help