Browse Source

Update example magslideshow_settings.xml file

master
c-mendoza 8 years ago
parent
commit
f0f46be406
  1. 10
      example/bin/data/magslideshow_settings.xml

10
example/bin/data/magslideshow_settings.xml

@ -1,11 +1,15 @@
<magSlideShow>
<Width>1920</Width>
<Height>1080</Height>
<SlideDuration>1</SlideDuration> <!-- Optional default duration for each slide-->
<SlideDuration>2</SlideDuration> <!-- Optional default duration for each slide-->
<Loop>
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG -->
<Count>0</Count> <!-- 0 = forever -->
</Loop>
<Transition></Transition>
<Transition>
<Type>Dissolve</Type>
<Duration>2</Duration>
</Transition>
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally -->
<ResizeOption>FitProportionally</ResizeOption>
</magSlideShow>
</magSlideShow>

Loading…
Cancel
Save