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

How to animate layout #39

@iamDmon

Description

@iamDmon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions