Browse Source

Fix example XML file

master
c-mendoza 8 years ago
parent
commit
d81292101e
  1. 11
      example/bin/data/ofxpimapper.xml

11
example/bin/data/ofxpimapper.xml

@ -78,4 +78,15 @@
<perspectiveWarping>1</perspectiveWarping>
</properties>
</surface>
<magSlideShow>
<Width>1920</Width>
<Height>1080</Height>
<SlideDuration>1</SlideDuration> <!-- Optional default duration for each slide-->
<Loop>
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG -->
</Loop>
<Transition></Transition>
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally -->
<ResizeOption>FitProportionally</ResizeOption>
</magSlideShow>
</surfaces>

Loading…
Cancel
Save