Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Visualisierung
    4. suche Tester VIS in Safari - CSS Eintrag

    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

    suche Tester VIS in Safari - CSS Eintrag

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky last edited by

      hat jmd lust kurz zu testen - folgenden css eintrag in der vis im css-reiter anlegen und in einen image-widget als css klasse definieren

      .rotateanimation-middle{
        animation-name: spin2;
        animation-duration: 1200ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
      }
      

      Image 042.png

      das bild sollte sich drehen

      wäre gut wenn das system mit vis 1.4.15 version und npm 8 laufen würde (geht aber auch ohne)

      Nashra 1 Reply Last reply Reply Quote 0
      • Nashra
        Nashra Most Active Forum Testing @liv-in-sky last edited by

        @liv-in-sky
        hm, bei mir dreht sich nichts 🤔

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

          @nashra

          das ist doof - dachte ein kollege hat ein problem - aber wenn es be dir auch nicht geht - dann habe ich ein problem

          vielen dank - falls ich noch was finde, melde ich mich nochmal

          vielleich könntest du noch testen, ob es ohne " -middle" im css namen funktionert - also nur "rotateanimation"

          Homoran Nashra 2 Replies Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @liv-in-sky last edited by

            @liv-in-sky aber Safari ist bekannt dafür dass vieles nicht so geht wie es soll. Deswegen ist Safari für die vis auch nicht empfohlen.

            liv-in-sky 1 Reply Last reply Reply Quote 0
            • Nashra
              Nashra Most Active Forum Testing @liv-in-sky last edited by

              @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

              @nashra

              das ist doof - dachte ein kollege hat ein problem - aber wenn es be dir auch nicht geht - dann habe ich ein problem

              vielen dank - falls ich noch was finde, melde ich mich nochmal

              ok

              vielleich könntest du noch testen, ob es ohne " -middle" im css namen funktionert - also nur "rotateanimation"

              Nö, leider auch ohne -middle will es nicht

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

                @homoran

                ja- aber er hat nur einen imac und keinen pc und chrome bringt das system zu einem extremen load - nach öffnen des chrome browser müssen wir meistens den rechner neustarten - keiner weiß wieso

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @liv-in-sky last edited by Homoran

                  @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                  und chrome bringt das system zu einem extremen load -

                  meine Glaskugel meint, dass dan was (in der vis?) nicht korrekt läuft/konfiguriert ist.

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

                    @homoran seh ich auch so - waren aber schon beim apple support - aber das topic will ich garnicht lösen

                    das seltsame - das ganze hatte schon eine zeit funktioniert

                    1 Reply Last reply Reply Quote 0
                    • Nashra
                      Nashra Most Active Forum Testing last edited by Nashra

                      Nimm mal im css bei spin2 die 2 weg. Im Editor rotiert es, aber nicht wenn ich die Seite dann aufrufe

                      EDIT:
                      gerade gefunden
                      Link Text

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

                        @nashra

                        geht das ?

                        .rotate-slow {
                          animation: rotation 1500ms infinite linear;
                        }
                        
                        @keyframes rotation {
                          from {
                            transform: rotate(0deg);
                          }
                          to {
                            transform: rotate(359deg);
                          }
                        }
                        
                        Nashra 1 Reply Last reply Reply Quote 0
                        • Nashra
                          Nashra Most Active Forum Testing @liv-in-sky last edited by

                          @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                          @nashra

                          geht das ?

                          .rotate-slow {
                            animation: rotation 1500ms infinite linear;
                          }
                          
                          @keyframes rotation {
                            from {
                              transform: rotate(0deg);
                            }
                            to {
                              transform: rotate(359deg);
                            }
                          }
                          

                          Yes jetzt funktioniert es 👍

                          liv-in-sky 1 Reply Last reply Reply Quote 1
                          • liv-in-sky
                            liv-in-sky @Nashra last edited by

                            @nashra tausend dank - dann werd ich das mal so weitergeben

                            Nashra 1 Reply Last reply Reply Quote 0
                            • Nashra
                              Nashra Most Active Forum Testing @liv-in-sky last edited by

                              @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                              @nashra tausend dank - dann werd ich das mal so weitergeben

                              schon ok, dann mal viel Glück
                              Achso, getestet in Chrome, Edge und Firefox

                              liv-in-sky 1 Reply Last reply Reply Quote 2
                              • liv-in-sky
                                liv-in-sky @Nashra last edited by

                                @nashra nur ergänzend - kommt daher:

                                https://forum.iobroker.net/post/845131

                                Homoran Nashra 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @liv-in-sky last edited by

                                  @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                                  @nashra nur ergänzend - kommt daher:

                                  https://forum.iobroker.net/post/845131

                                  dachte ich mir, die rotate Sache kam mir bekannt vor

                                  1 Reply Last reply Reply Quote 0
                                  • Nashra
                                    Nashra Most Active Forum Testing @liv-in-sky last edited by

                                    @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                                    @nashra nur ergänzend - kommt daher:

                                    https://forum.iobroker.net/post/845131

                                    Interessant, hatte ich gar nicht mitbekommen den Thread

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

                                      @nashra

                                      joi - bindings sind cooool

                                      Nashra 1 Reply Last reply Reply Quote 0
                                      • Nashra
                                        Nashra Most Active Forum Testing @liv-in-sky last edited by

                                        @liv-in-sky sagte in suche Tester VIS in Safari - CSS Eintrag:

                                        @nashra

                                        joi - bindings sind cooool

                                        Ja, aber nicht immer einfach. Hier und da wollten sie nicht bei mir aber irgendwann habe ich es dann doch hinbekommen.
                                        man denkt zu oft zu kompliziert, das ist das Problem 😀

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

                                          @nashra denk dir nix - muss das auch immer wieder neudenken und testen

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

                                            @liv-in-sky Sorry, habe eben den Rechner erst wieder angemacht.
                                            Mit dem Code

                                            .rotate-slow {
                                              animation: rotation 1500ms infinite linear;
                                            }
                                             
                                            @keyframes rotation {
                                              from {
                                                transform: rotate(0deg);
                                              }
                                              to {
                                                transform: rotate(359deg);
                                              }
                                            }
                                            
                                            

                                            dreht es sich ,aber auch wenn der Lüfter aus ist

                                            liv-in-sky Enrico Fischer 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            527
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            23
                                            1286
                                            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