Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter waldoah

    (@waldoah)

    I really like the plugin – thanks!

    Plugin Author simonpedge

    (@simonpedge)

    Hi, that kind of infinite-looping effect – where when the last slide is reached and the first slide, slides in from the right without any rewind – does not seem to a part of the current Owl Carousel feature set. Owl Carousel Version 2 (which is still in BETA) apparently supports this feature – see: http://www.owlcarousel.owlgraphic.com/ – But I’ll only implement this within my plugin when it’s STABLE.

    What you can do though, is edit the plugin file:
    /wp-content/plugins/slide-anything/php/slide-anything-frontend.php
    and edit line 195 of this file:
    $output .= “rewindSpeed : 1000,\n”;
    Change 1000 to 0 – this will then transition back to slide 1 without any transition at all when it reaches the end. But you won’t get that ‘infinite/transparent loop’ effect.

    The options for the current version or Owl Carousel can be seen here:
    http://owlgraphic.com/owlcarousel/ (under Customizing)
    But I cant see anything here that can help you.

    Plugin Author simonpedge

    (@simonpedge)

    Hi, I hope you managed to get Slide Anything working according to your requirements.
    Nothing further to be done here – this thread can be closed.

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

The topic ‘Remove "Typewriter" Effect’ is closed to new replies.