Skip to content

animation not work #18

@Blaster-777

Description

@Blaster-777

i write a simple animation with 500 ms duration and set it to progress bar but it disappear immediately without duration effect.

AlphaAnimation fadeOut = new AlphaAnimation(1.0f, 0.0f);
fadeOut.setDuration(500);
circularProgress.startAnimation(fadeOut);

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