Variable Visions

Articles jQuery jQuery-slidding-text-part-2


tutorials - jQuery and Web-Development.

jQuery slidding text part 2

Published Mon. Feb. 25, 2013


Use setInterval, .effect, and .delay to create this jQuery sliding text marquee

<script type="text/javascript">       
    jQuery(function(){
        window.setInterval(function(){
            $('.ticker').effect('slide', {direction: "right"}, 5000).delay(5000);}
        ,5000) 
    });
</script>




RECENT ARTICLES:

PUBLISHED ON 06.1.23arrowBuilding a JavaScript Metronome using Open AI Chat GPT

PUBLISHED ON 05.15.23arrowHow Do I Remove Footage Gaps in Adobe Premiere

TAGS

CATEGORIES