Skip to content

AutoCycle problem #14

Closed
Closed
@laminsk

Description

@laminsk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions