SkillAgentSearch skills...

Inewsticker

jquery news ticker

Install / Use

/learn @mahdi-khaksar/Inewsticker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

inewsticker

#Description jQuery news ticker Three effects: fade and slide and typing .

demo : inewsticker #Usage Step 1 : add jQuery.js and inewsticker.js before closed body tag

Step 2 : add inewsticker function

    $(document).ready(function() {
            $('#name').inewsticker({
                    speed       : 1500,
                    effect      : 'fade',
                    dir         : 'ltr',
                    font_size   : 13,
                    color       : '#fff',
                    font_family : 'arial',
                    delay_after : 1000		
            });
    });	            

Step 3 : change #name to your selector

#Options

    speed : text change speed
    effect : text effect
    dir : text direction (ltr or rtl)
    font_size : text font size
    color : text color
    font_family : text font family
    delay_after : text speed delay after
    
View on GitHub
GitHub Stars21
CategoryDevelopment
Updated1y ago
Forks20

Languages

HTML

Security Score

55/100

Audited on Jun 20, 2024

No findings