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.
    • 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
                                      • liv-in-sky
                                        liv-in-sky @Damrak2022 last edited by

                                        @damrak2022 hat sich erledigt - oder ?

                                        1 Reply Last reply Reply Quote 0
                                        • Enrico Fischer
                                          Enrico Fischer @Damrak2022 last edited by Enrico Fischer

                                          @damrak2022 said in suche Tester VIS in Safari - CSS Eintrag:

                                          @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

                                          Mach den mal bei CSS Klassen rein.Die zweite klammer ist für einen zweiten CSS eintrag wenn der wert false ist

                                          {var1:hier_deine_objekt_id; var1=="true" ? "rotate-slow":""}

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

                                            @enrico-fischer danke, ist schon gelöst

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            486
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

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