Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. SVG Flussrichtung ändern [gelöst]

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    SVG Flussrichtung ändern [gelöst]

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tourer4778 last edited by tourer4778

      Hallo, ich nutze eine Vorlage von @liv-in-sky und versuche die Flussrichtung zu ändern.
      Wenn ich den Wert von stroke-dashoffset: negativ mache, laufen leider alle rückwerts, aber nicht das gerade bearbeitete.
      Für "loading" habe ich imme rneue Nummern vergeben.

      <svg width="900" height="210">
      		<path class="loading5" d="M260 20 260 5 L5 5" />
      		 
       
      		</svg>
      		
      		
      		<style>
      		
      		.loading5 {
      	fill: none;
      	stroke: #fe0000;
      		border-radius: 50%;
      	stroke-width: 5;
      	stroke-dasharray: 15 5;
      	animation: strokeAni .7s infinite linear;
      }
      
      .inner {
      	stroke: #c32e04;
      
      	animation-direction: reverse;
      }
      
      @keyframes strokeAni {
      	0% {
      		stroke-dashoffset: 40;
      	}
      	100% {
      		stroke-dashoffset: 0;
      	}
      }
      
      		
      		</style>
      
      liv-in-sky 1 Reply Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @tourer4778 last edited by liv-in-sky

        @tourer4778
        probier mal alle strokeAni (zeile 16,25) in strokeAni1 umzubennen - das gilt ja auch für alle und muss begrenzt werden

        T 1 Reply Last reply Reply Quote 0
        • T
          tourer4778 @liv-in-sky last edited by

          @liv-in-sky
          Danke, das war´s

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Support us

          ioBroker
          Community Adapters
          Donate
          FAQ Cloud / IOT
          HowTo: Node.js-Update
          HowTo: Backup/Restore
          Downloads
          BLOG

          717
          Online

          31.9k
          Users

          80.3k
          Topics

          1.3m
          Posts

          2
          3
          174
          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