Skip to content

Latest commit

 

History

History

Gallery Section Right Arrow Auto Click

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Gallery Section Right Arrow Auto Click

Synopsis

Auto click right arrow of Gallery sections.

Version

  • 0.1.0

SS Version

  • 7.1

Fluid Engine Compatible

  • Not Applicable

Dependencies


Quick Install

  • Add the following to Website > Pages > Website Tools > Code Injection > HEADER.

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
  • Options

How to Use

  • Add or modify a Gallery section.

  • Edit the section.

  • Select a GALLERY TYPE of Simple, Slideshow: Full, or Slideshow: Reel.

  • For OPTIONS enable Captions and disable Autoplay (GALLERY TYPE Reel doesn't have this option).

  • Set the rest of the available settings as desired.

  • Edit the Gallery.

  • Set the first line of the first image DESCRIPTION to the following.

    twc-gsraac : { "slideDuration" : 5, "intersectionObserver" : true }
    
    • Keys

      • slideDuration

        The number of seconds a slide is visible or the current slide.

      • intersectionObserver

        Values are true or false. True means wait for the Gallery section to be mostly visible in the viewport before the first right arrow click after the slideDuration. False means start the first right click after the slideDuration.

Notes

This effect is not active in SS Preview to test it use private browsing.

Make a Donation

Please consider making a donation.

Changes

  • 2024-04-14

    • initial version