AgP42 / MMM-SmartWebDisplay

The `MMM-SmartWebDisplay` module is for MagicMirror². It allow to display any web content to your MagicMirror.
60 stars 15 forks source link

Disable fade in/out when next URL is engaged #22

Closed snarlingllama closed 1 year ago

snarlingllama commented 3 years ago

I am leveraging this module to display two different streams. The streams change every 20 seconds, but the modules does a fade transition between the URLs. This leads to an approximately 2 second delay for when the next URL appears.

Is there anyway to make the module "jump" to the next URL immediately and without any transition or animation?

Thank you in advance for your time.