Skip to content

animation not work #18

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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