Month: October 2017

CSS
Blinking Text with CSS3 and jQuery
Blinking text effect was mostly used effect using <blink> element of HTML but all know that the <blink> element is now deprecated, but still we can make blinking text effect with either CSS3 or jQuery. Blinking text effect is basically works on opacity means first set opacity to 1 and than put it to 0 with some delay. Let’s […]
Read More