Android-Image-Animator-Frame-Library
Android-Image-Animator-Frame-Library copied to clipboard
Blink when animation restart
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 ?
Hi ,Anth06ny ,let me check and fix it ASAP :)