-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.xml
59 lines (50 loc) · 1.62 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8" ?>
<cu3er>
<settings>
<auto_play>
<!-- the "loading" symbol and the time between a picture and another -->
<defaults symbol="circular" time="4" />
<!-- symbol position, size and color -->
<tweenIn x="500" y="20" width="35" height="35" tint="0xFFFFFF" />
</auto_play>
<prev_button>
<defaults round_corners="5,5,5,5"/>
<tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
<tweenOut tint="0x000000" />
</prev_button>
<prev_symbol>
<tweenOver tint="0x000000" />
</prev_symbol>
<next_button>
<defaults round_corners="5,5,5,5"/>
<tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/>
<tweenOut tint="0x000000" />
</next_button>
<next_symbol>
<tweenOver tint="0x000000" />
</next_symbol>
</settings>
<slides>
<slide>
<url>images/slide3.jpg</url>
</slide>
<!-- changing transition between first & second slide -->
<transition num="1" direction="down"/>
<slide>
<url>images/slide4.jpg</url>
</slide>
<!-- changing transition between second & third slide -->
<transition num="1" direction="right" shader="flat" />
<slide>
<url>images/slide3.jpg</url>
</slide>
<!-- transitions properties defined in transitions template -->
<slide>
<url>images/slide4.jpg</url>
</slide>
<transition num="4" direction="up" shader="flat" delay="0.05" z_multiplier="4" />
<slide>
<url>images/slide3.jpg</url>
</slide>
</slides>
</cu3er>