Go back to Examples

Marquee

Plugins - Beginner

The marquee plugin allows you to add an element with the marquee animation to your site without requiring advanced CSS skills. It uses JS to dynamically create elements for the perfect marquee effect.

                <section class="overflow-clip bg-primary-200">
    <div class="py-6" data-toggle="marquee" data-options="{'duration':15}">
        <div class="h4 font-semibold inline-flex flex-row flex-nowrap whitespace-nowrap justify-center gap-x-20 px-10">
            <span>NO CUSTOM CSS REQUIRED</span>
            <span>IT JUST KEEPS GOING AND GOING</span>
        </div>
    </div>
</section>