Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. [gelöst]Läßt sich Text blinkend darstellen?

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

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

    This topic has been deleted. Only users with topic management privileges can see it.
    • docadams
      docadams last edited by 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 Gkrekidis 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active last edited by crunchip

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

        1 Reply Last reply Reply Quote 1
        • Stratos Gkrekidis
          Stratos Gkrekidis @docadams last edited by

          @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;
            }
          }
          
          docadams 1 Reply Last reply Reply Quote 1
          • docadams
            docadams @Stratos Gkrekidis last edited by

            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 Reply Quote 0
            • First post
              Last post

            Support us

            ioBroker
            Community Adapters
            Donate

            887
            Online

            31.7k
            Users

            79.8k
            Topics

            1.3m
            Posts

            vis
            3
            4
            423
            Loading More Posts
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes
            Reply
            • Reply as topic
            Log in to reply
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
            The ioBroker Community 2014-2023
            logo