Browse Source
Also added path so that if an xml file is not specified for the slide show, there are useful defaults that can still create one. Updated the example app to reflect these changes. Updated the example's xml file. Added an xml file for the slide show in the example.master
5 changed files with 41 additions and 58 deletions
@ -0,0 +1,11 @@ |
|||
<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> |
Loading…
Reference in new issue