Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m seeing the same problem, too. I think this started with WP3.5.
    The script is working nicely on this site (also WP 3.5), but that site doesn’t use the plugin, it just incorporates the script in the theme:
    https://www.rabbitsoftware.com

    But on my WP 3.5 site, using the plugin, it stutters on each new slide load, instead of having a nice slow fade-in:
    https://dbwebwork.com

    Would like to see a solution. Both .js scripts are the same for both sites. But something is interfering with the slide load in the plugin version.

    You can try editing this line in s3slider.js:
    $(items[currNo]).fadeIn((timeOut/6), function() {

    to this:

    $(items[currNo]).fadeIn((timeOut/10), function() {

    Seems to smooth out the fadein. I wish there was someplace else to set that option rather than modifying the script.

    Thread Starter freshlinx

    (@freshlinx)

    THANK YOU Opally! That did the trick! Just a simple time change! Well done for fixing this! Maybe you should drop a line to the developer ?? Like the site BTW!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Each slide stutters on transition’ is closed to new replies.