Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Visualisierung
  4. [gelöst]Läßt sich Text blinkend darstellen?

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    681

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.8k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

[gelöst]Läßt sich Text blinkend darstellen?

Scheduled Pinned Locked Moved Visualisierung
vis
4 Posts 3 Posters 562 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • docadamsD Offline
    docadamsD Offline
    docadams
    wrote on last edited by docadams
    #1

    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

    Stratos GkrekidisS 1 Reply Last reply
    0
    • crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by crunchip
      #2

      @docadams ja über css selbst anlegen oder wenn du Material Design verwendest, sind diese schon integriert
      https://forum.iobroker.net/post/303358

      umgestiegen von Proxmox auf Unraid

      1 Reply Last reply
      1
      • docadamsD docadams

        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

        Stratos GkrekidisS Offline
        Stratos GkrekidisS Offline
        Stratos Gkrekidis
        wrote on last edited by
        #3

        @docadams

        1. 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;
        }
        
        1. Blinkendes Icon
        .blink {
          animation: blinker 2s linear infinite;
        }
          
        @keyframes blinker {
          40% {
            opacity: 0;
          }
        }
        
        docadamsD 1 Reply Last reply
        1
        • Stratos GkrekidisS Stratos Gkrekidis

          @docadams

          1. 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;
          }
          
          1. Blinkendes Icon
          .blink {
            animation: blinker 2s linear infinite;
          }
            
          @keyframes blinker {
            40% {
              opacity: 0;
            }
          }
          
          docadamsD Offline
          docadamsD Offline
          docadams
          wrote on last edited by
          #4

          Vielen Dank für die Tipps und den Link.
          Etwas kompliziert, aber sonst wäre es ja langweilig.
          CSS hatte ich bisher überhaupt nicht auf dem Schirm.

          1 Reply Last reply
          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
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate

          443

          Online

          32.7k

          Users

          82.6k

          Topics

          1.3m

          Posts
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Home
          • Recent
          • Tags
          • Unread 0
          • Categories
          • Unreplied
          • Popular
          • GitHub
          • Docu
          • Hilfe