1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="carousel" _label="Carousel" gl="yes">
7 <video href="https://www.youtube.com/watch?v=IyqWkGVrFIY"/>
12 <number id="delay" type="slider" arg="-delay %"
13 _label="Frame rate" _low-label="Low" _high-label="High"
14 low="0" high="100000" default="10000"
17 <number id="speed" type="slider" arg="-speed %"
18 _label="Animation speed" _low-label="Slow" _high-label="Fast"
19 low="0.1" high="8.0" default="1.0"/>
21 <number id="duration" type="slider" arg="-duration %"
22 _label="Time until loading a new image"
23 _low-label="5 seconds" _high-label="1 minute"
24 low="5" high="60" default="20"/>
29 <number id="count" type="spinbutton" arg="-count %"
30 _label="Number of images" low="1" high="20" default="7"/>
33 <option id="tiltxy" _label="Tilt in/out and left/right"/>
34 <option id="tiltx" _label="Tilt in/out only" arg-set="-tilt x"/>
35 <option id="tilty" _label="Tilt left/right only" arg-set="-tilt y"/>
36 <option id="notilt" _label="No tilting" arg-set="-tilt 0"/>
39 <boolean id="zoom" _label="Zoom in/out" arg-unset="-no-zoom"/>
40 <boolean id="titles" _label="Show file names" arg-unset="-no-titles"/>
41 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
46 <xscreensaver-image />
48 <xscreensaver-updater />
51 Loads several random images, and displays them flying in a circular
52 formation. The formation changes speed and direction randomly, and
53 images periodically drop out to be replaced by new ones.
55 Written by Jamie Zawinski; 2005.