• Resolved fsthomas

    (@fsthomas)


    I am experiencing an abrupt rewind on a slide/carousel series when looping that does not seem to happen in online examples.

    When transitioning from the tail to the head of a series (say from slide 5 to slide 1), there’s an abrupt “rewind” from the left back to slide one. The plugin will transition from the tail to the head as expected, but once that animation is complete there’s an quick zoom back. It doesn’t affect the playback or functionality, but is aesthetically unappealing.

    I see no mention in the documentation about this behavior, nor can I see it in action in any of the versions I find in demo. I’m not sure it’s not my environment that could be causing me grief. I’m running WordPress 4.6.1 and PHP version 5.4 in production. My local dev environment is MAMP w/PHP 7.0.12 which has the problem as well. I have tried swapping versions of jQuery (had been running 3.1.1, but dialed it back to 2.2.4) without success.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fsthomas

    (@fsthomas)

    Issue seems to be situated in the setCSS function. When the last slide in a series is rendered the above sets a massive negative transform on the slide which sends the #1 slide and all those behind it careening back.

    Hello,

    we’ve given the speed of slider parameter to control the slider speed of scrolling.

    you can pass the parameter eg. speed=”2000″ in the shortcode.

    by applying this parameter all the slides including last slide goes well.

    I think this will be the solution of your issue.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Rewind Issue’ is closed to new replies.