+ 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 😞
10 odpowiedzi
+ 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.
+ 7
thanks to you for reading my answer, if this option is good for solving small web problems.
+ 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.
+ 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.
+ 1
there it is :)
+ 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.
0
do u use CSS? u can do it from there in Span, Div or Class
0
https://code.sololearn.com/WBJJ9AwBXYiC/?ref=app
0
@Netkos Ent😊 very inspiring answer