Sunday 28 January 2018

Website Designing Company in Kolkata

How to make a Bling text in html and javascript ?

You can do something like this:
<div id="Foo">Blink</div>
With the script:
$(document).ready(function() {
    var f = document.getElementById('Foo');
    setInterval(function() {
        f.style.display = (f.style.display == 'none' ? '' : 'none');
    }, 1000);

});
Source page : click here
--------------------------------------------------------------------------------------------------------------------



(2) Bling  text :


<span class="blink_me">This Will Blink</span>
script:
(function blink() {
$('.blink_me').fadeOut(500).fadeIn(500, blink);
})();






1 comment:

  1. Your post is just outstanding! thanks for such a post,its really going great and great work.Website Design Company Bangalore | Web Designing Company Bangalore

    ReplyDelete

10 Effective Web Design Tips 2020

website-design-tips-autonomous-comuunication Have you been questioning why traffic isn't spending lots of time on your website? ...