<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-BackgroundSlideshow animation]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I want to display a picture which is bigger than the screen. The height of the pic is bigger than the height of the screen, so I used the backgroundAnimationEnabled Option of the MMM-BackgroundSlideshow module. Now the picture scrolls either from top to bottom, or from bottom to top. But I want that it only scrolls from top to bottom. Is there any option to set that?</p>
<p dir="auto">Here is my config entry of the module:</p>
<pre><code>{
    module: 'MMM-BackgroundSlideshow',
    position: 'fullscreen_below',
    config: {
      imagePaths: ['modules/MMM-BackgroundSlideshow/bt-background/'],
	  slideshowSpeed: 86400,
      transitionImages: true,
      randomizeImageOrder: true,
	  transitionSpeed: '0s',
	  backgroundAnimationEnabled: true,
	  backgroundPosition: 'top',
	  backgroundSize: 'cover',
	  animations: ['slide'],
	  backgroundAnimationLoopCount: '1',
	  backgroundAnimationDuration: '5s',
    },
  },
</code></pre>
<p dir="auto">Thanks for any help</p>
]]></description><link>https://forum.magicmirror.builders/topic/14965/mmm-backgroundslideshow-animation</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 06:49:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14965.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Apr 2021 07:45:25 GMT</pubDate><ttl>60</ttl></channel></rss>