What will be the easiest way to blink a text in web designing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

What will be the easiest way to blink a text in web designing?

Is there any easy way to blink random text without js coding? as I am no expert in js 😞

7th Dec 2017, 6:56 PM
inactive instagrammer
inactive instagrammer - avatar
10 Answers
+ 8
Yes, look at the properties of prime-face, there is a property called poll, this flashes text, images and also div. this is for html or xhtml programming.
7th Dec 2017, 7:16 PM
Santiago Betancur Villegas
Santiago Betancur Villegas - avatar
+ 7
thanks to you for reading my answer, if this option is good for solving small web problems.
7th Dec 2017, 7:25 PM
Santiago Betancur Villegas
Santiago Betancur Villegas - avatar
+ 4
Easiest way that I've found to do things is to have someone else do it. 100% easy. :) Sorry, jokes aside, I'm not a fan of people always being focused on an easy route. It makes one lazy and procrastinate learning what they should be learning. The reality is that the easy route doesn't equal the best route, and most often it's the challenging route that's the most rewarding. Anyways, you can do it with CSS easily enough; use keyframes and such to make the text visible/invisible and then loop it. However, regardless of how you do it, don't shy away from coding with JS just because you don't know how to do something at the moment. This situation was actually an opportunity for you to learn JS further and learn something new. You don't become an expert at something by avoiding it.
7th Dec 2017, 7:09 PM
AgentSmith
+ 3
@Santiago Very neat. I've never had a need to flash text in my life, so I just came up with the quickest solution I could think of in my head, but it's really nice to be aware of what you said. I'll have to play around with that later so I know it for future reference. Thanks.
7th Dec 2017, 7:18 PM
AgentSmith
+ 1
there it is :)
7th Dec 2017, 8:49 PM
Nikola Kolev
Nikola Kolev - avatar
+ 1
you can either use CSS or learn JS, I think is very important to find the implications of using either of them, depending on your project needs.
8th Dec 2017, 12:25 AM
Fabian Salamanca Dominguez
Fabian Salamanca Dominguez - avatar
0
do u use CSS? u can do it from there in Span, Div or Class
7th Dec 2017, 8:49 PM
Nikola Kolev
Nikola Kolev - avatar
0
https://code.sololearn.com/WBJJ9AwBXYiC/?ref=app
8th Dec 2017, 12:41 AM
Calviղ
Calviղ - avatar
0
@Netkos Ent😊 very inspiring answer
23rd Dec 2017, 6:27 PM
Jerico Infante
Jerico Infante - avatar