Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

How to animate layout #39

Open
iamDmon opened this issue Dec 24, 2017 · 2 comments
Open

How to animate layout #39

iamDmon opened this issue Dec 24, 2017 · 2 comments

Comments

@iamDmon
Copy link

iamDmon commented Dec 24, 2017

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
Copy link

Hey @vedantkarandikar what do you mean by layout?

@iamDmon
Copy link
Author

iamDmon commented Mar 15, 2018

@danielpassos any layout , like RelativeLayout etc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants