Browsers Support: Chrome,Firefox,Safari,Opera..
Blink turn a simple text to blink text.
<blink>Why would somebody use this?</blink>
<style>
blink {
animation: 2s linear infinite blink_effect;
}
@keyframes blink_effect {
0% {
visibility: hidden;
}
50% {
visibility: hidden;
}
100% {
visibility: visible;
}
</style>
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.