Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blink when animation restart #1

Open
Anth06ny opened this issue Nov 13, 2014 · 1 comment
Open

Blink when animation restart #1

Anth06ny opened this issue Nov 13, 2014 · 1 comment

Comments

@Anth06ny
Copy link

Hi,

thanks for your library, it's great.
I just have 1 probleme, the transition from the last frame to the first frame, create a blink effect.

For the moment I reduce the number of blink effect with a bad solution.
I repeat the frame in mImageToAnimate like this :
private final static int[] mImageToAnimate = new int[] {
R.drawable.wait_frame1, R.drawable.wait_frame2, R.drawable.wait_frame3
R.drawable.wait_frame1, R.drawable.wait_frame2, R.drawable.wait_frame3
R.drawable.wait_frame1, R.drawable.wait_frame2, R.drawable.wait_frame3
};

Maybe they have other solution ?

@rameshvoltella
Copy link
Owner

Hi ,Anth06ny ,let me check and fix it ASAP :)

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

No branches or pull requests

2 participants