florent37 / ViewAnimator

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

How to animate layout #39

Open iamDmon opened 6 years ago

iamDmon commented 6 years ago

I want to animate a layout like this

ViewAnimator .animate(layout) .translationY(-1000, 0) .alpha(0,1) .start();

But unfortunately this doesn't work. How to Make it work

danielpassos commented 6 years ago

Hey @vedantkarandikar what do you mean by layout?

iamDmon commented 6 years ago

@danielpassos any layout , like RelativeLayout etc