NEWS
[gelöst]Läßt sich Text blinkend darstellen?
-
@docadams ja über css selbst anlegen oder wenn du Material Design verwendest, sind diese schon integriert
https://forum.iobroker.net/post/303358 -
Wichtige Texte besonders farbig darstellen, ist ja ganz gut.
Aber ganz wichtige Texte würden blinkend noch mehr auffallen.
Geht das irgendwie?Schönes Wochenende
- Blinkender Text
@keyframes blink { 50% { opacity: 0.0; } } @-webkit-keyframes blink { 50% { opacity: 0.0; } } .blinkingtext { animation: blink 2s step-start 0s infinite; -webkit-animation: blink 2s step-start 0s infinite; }- Blinkendes Icon
.blink { animation: blinker 2s linear infinite; } @keyframes blinker { 40% { opacity: 0; } } -
- Blinkender Text
@keyframes blink { 50% { opacity: 0.0; } } @-webkit-keyframes blink { 50% { opacity: 0.0; } } .blinkingtext { animation: blink 2s step-start 0s infinite; -webkit-animation: blink 2s step-start 0s infinite; }- Blinkendes Icon
.blink { animation: blinker 2s linear infinite; } @keyframes blinker { 40% { opacity: 0; } }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login