Prevent Cross-fade in jQuery Cycle2

Ensure that the data-cycle-sync attribute is set to "false".

by indieweb

HTML

<script src="http://malsup.github.io/min/jquery.cycle2.min.js"></script>
<link rel="stylesheet" href="http://toobler.com/staging/design/movingpermit/assets/application.css">
<div class="right-panel">
    <div class="cycle-slideshow testimonials"
        data-cycle-speed=3500
        data-cycle-timeout=1000
        data-cycle-slides="&gt; blockquote"
        data-cycle-sync="false">
        <blockquote>
            <p>Moving Permits is an absolutely essential service for lorem ipsum dolor sit amet manga aliqua.</p>
            <cite>- John Doe</cite>
        </blockquote>
        <blockquote>
            <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
            <cite>- John Doe</cite>
        </blockquote>
    </div>
</div>