@Panda category is for a category in its own, so for example, “fruit” whereas categories is the page that contains all categories as a list.
Blinking text Effect
-
Hello
small blinking text effect that I put on the name of my forum:
here the code :
:root { --site-title-blink: #CCCCCC; }
/*Blink text effect */ @keyframes text-blink { 0%, 20%, 22%, 25%, 28%, 55%, 80%, 100% { text-shadow: 0 0 2px #000, 0 0 10px var(--site-title-blink), 0 0 5px var(--site-title-blink), 0 0 25px var(--site-title-blink); opacity: 1; color: var(--site-title-blink); } 21%, 24%, 56% { opacity: 0.2; text-shadow: none; } } .navbar-default .navbar-brand { animation: 0.5s text-blink 1.5s infinite alternate; animation-iteration-count: 5; animation-duration: 1000ms; }
-
undefined DownPW marked this topic as a regular topic on
-
@DownPW looks great ! Has that “broken neon light” look that you see in films. When I saw the title of this post, I instantly thought of the flashing text everyone had on their website in the 90’s and early 00’s but I like this effect a lot.
-
I love it too
@phenomlab said in Blinking text Effect:
Has that “broken neon light” look that you see in films.
It’s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too
-
Further Widgets question
Solved Configure4 -
NodeBB v3 Chat Very Slow
Moved Performance47 -
hover link effect
Solved Customisation18 -
fading in /tags page
Solved Customisation32 -
-
-
-
unable to upvote on forum
Solved Performance10