-
Notifications
You must be signed in to change notification settings - Fork 0
/
description.xml
119 lines (119 loc) · 3.13 KB
/
description.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<background>
<starttime>
<year>2022</year>
<month>06</month>
<day>14</day>
<hour>00</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- Cette animation commence à minuit et dure une heure. -->
<static>
<duration>100</duration>
<file>/full/path/to/picture-20.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-20.jpg</from>
<to>/full/path/to/picture-21.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-21.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-21.jpg</from>
<to>/full/path/to/picture-22.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-22.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-22.jpg</from>
<to>/full/path/to/picture-23.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-23.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-23.jpg</from>
<to>/full/path/to/picture-24.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-24.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-24.jpg</from>
<to>/full/path/to/picture-25.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-25.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-25.jpg</from>
<to>/full/path/to/picture-26.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-26.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-26.jpg</from>
<to>/full/path/to/picture-27.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-27.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-27.jpg</from>
<to>/full/path/to/picture-28.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-28.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-28.jpg</from>
<to>/full/path/to/picture-29.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-29.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-29.jpg</from>
<to>/full/path/to/picture-30.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-30.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-30.jpg</from>
<to>/full/path/to/picture-31.jpg</to>
</transition>
<static>
<duration>100</duration>
<file>/full/path/to/picture-31.jpg</file>
</static>
<transition>
<duration>200</duration>
<from>/full/path/to/picture-31.jpg</from>
<to>/full/path/to/picture-20.jpg</to>
</transition>
</background>