MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    [module.show] Not animated instantly shown

    Scheduled Pinned Locked Moved Bug Hunt
    10 Posts 4 Posters 5.4k Views 4 Watching
    Loading More Posts
    • 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @tosti007
      last edited by

      @tosti007 the core adds this style property to the wrapper moduleWrapper.style.transition = "opacity " + speed / 1000 + "s"; when the hide function is called, inspect the elements in your browser and see if this shows your 10 seconds

      Please create a github issue if you need help, so I can keep track

      tosti007T 1 Reply Last reply Reply Quote 0
      • tosti007T Offline
        tosti007 Module Developer @strawberry 3.141
        last edited by

        @strawberry-3.141 Checked it, what happened was that this transition style was added as expected. However what I did notice was that the container within a region also changed it’s display value. When hiding it was set to display: none; after the animation. When showing a module it was set to display: block; and right when that happens the module is visible without animation (eventhough the module’s container did change transition value)

        If there is anything don't hesitate to contact me!
        ProfileSwitcher, TouchNotifications

        1 Reply Last reply Reply Quote 0
        • tosti007T Offline
          tosti007 Module Developer
          last edited by

          Note: I tested it with electron and firefox

          If there is anything don't hesitate to contact me!
          ProfileSwitcher, TouchNotifications

          1 Reply Last reply Reply Quote 0
          • T Offline
            TheBogueRat
            last edited by

            I’ve been fighting with this as well. @tosti007 I noticed the same thing in the inspector. Still looking for a solution but digging into the guts of this thing is time consuming… I appreciate the test results, that saved me some time chasing ghosts.

            // Show the desire modules
            var showModules = MM.getModules().withClass(page);
            for (i = 0; i < showModules.length; i += 1) {
                showModules[i].show(this.config.fadeTime);
            }
            

            If I figure it out I’ll post an update. I just wanted to let someone know that I’m experiencing the same issue.

            tosti007T 1 Reply Last reply Reply Quote 0
            • tosti007T Offline
              tosti007 Module Developer @TheBogueRat
              last edited by

              @TheBogueRat yea indeed it takes quite a while, let me know if you find anything! I hope you do

              If there is anything don't hesitate to contact me!
              ProfileSwitcher, TouchNotifications

              1 Reply Last reply Reply Quote 0
              • T Offline
                TheBogueRat
                last edited by

                I’ve found that if I have multiple iFrames in one position, i.e. ‘top_left’ and fade one out completely then start the fade in on the next one, I get the fade in/out to work properly which is my desired outcome.

                If I have single iFrames in the left and center and try to fade one out and the other in, it always pops in. That needs to be fixed but I couldn’t identify a cause.

                1 Reply Last reply Reply Quote 0
                • CatoC Offline
                  Cato Module Developer
                  last edited by Cato

                  I noticed that animations works if you have at least one other visible module inside the region.

                  I think the problem is in the function updateWrapperState (main.js) that will change the region wrapper’s style to “none” if no module inside the same region has a style.position of “fixed”.

                  I’ve just added a PR that hopefully fixes this issue: https://github.com/MichMich/MagicMirror/pull/744

                  1 Reply Last reply Reply Quote 3
                  • CatoC Offline
                    Cato Module Developer
                    last edited by

                    Just want to notify you that this issue has been solved in the latest commit in the develop-branch.

                    1 Reply Last reply Reply Quote 4
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy