kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
104 stars 31 forks source link

How to improve the transition performance on 4K display? #40

Closed openedhardware closed 3 years ago

openedhardware commented 3 years ago

I have enabled crossfade = true, but the screen transition is choppy on 4K display.

Is there any tip to improve the performance?

kolbyjack commented 3 years ago

crossfade: false will be more performant, because it doesn't have an opacity transition animation.