mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
16 lines
522 B
XML
16 lines
522 B
XML
<magSlideShow>
|
|
<Width>800</Width>
|
|
<Height>600</Height>
|
|
<SlideDuration>2</SlideDuration> <!-- Optional default duration for each slide-->
|
|
<Loop>
|
|
<Type>NORMAL</Type> <!-- NONE | NORMAL | PING-PONG -->
|
|
<Count>0</Count> <!-- 0 = forever -->
|
|
</Loop>
|
|
<Transition>
|
|
<Type>Dissolve</Type>
|
|
<Duration>3</Duration>
|
|
</Transition>
|
|
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally -->
|
|
<ResizeOption>FitProportionally</ResizeOption>
|
|
</magSlideShow>
|