Closed
Description
Hi
Thank you for the great work :) Just wanted to report a problem regarding StopAutoCycle function. It sort of works but the moment user swipe the images by hand, it starts moving automatically. I have tried using this code but doesn't seems to work at all.
mDemoSlider.setCustomAnimation(new DescriptionAnimation());
public class DescriptionAnimation implements BaseAnimationInterface {
@OverRide
public void onPrepareNextItemShowInScreen(View next) {
mDemoSlider.stopAutoCycle();
}
}
Any ideas? Thanks