-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Description
@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