Skip to content

Problem in resumeOnVisible when set to false #525

@josephca88

Description

@josephca88

@Mottie Hi there I just want to report this issue regarding of the option resumeOnVisible it seems not working when its set as false. I noticed that when I pause the video and the slides continue the transition when goes back to the slide that has the video been paused it seems that the video will play automatically and on the description it should remained paused since the option is false.

Take a look on how I set the options:

$("#slider")
    .anythingSlider({
        autoPlay: true,
        autoPlayLocked: true,
        autoPlayDelayed: true,
        addWmodeToObject: 'transparent',
        resizeContents: true,
        buildArrows: false,
        buildStartStop: false,
        delay: 2000,
        resumeOnVideoEnd: true,
        resumeOnVisible: false,
        hashTags: false,
        enableKeyboard: false,
        infiniteSlides: false,
        stopAtEnd: true
    });

Any thoughts about it if maybe I just misunderstood the options description.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions