OLD | NEW |
1 template=raw | 1 template=raw |
2 | 2 |
3 <animation height="400" width="550" xmlns="https://adblockplus.org/animation"> | 3 <animation height="400" width="550" xmlns="https://adblockplus.org/animation"> |
4 <object anchor="topleft" id="mouse_pointer" src="{{'images/anim_mouse_pointer.pn
g'|inline_file}}"></object> | 4 <object anchor="topleft" id="mouse_pointer" src="{{'img/anim_mouse_pointer.png'|
inline_file}}"></object> |
5 <object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|in
line_file}}"></object> | 5 <object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inlin
e_file}}"></object> |
6 <object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick
.png'|inline_file}}"></object> | 6 <object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.pn
g'|inline_file}}"></object> |
7 <object anchor="topleft" id="installdialog" src="{{'images/anim_installdialog.pn
g'|inline_file}}"></object> | 7 <object anchor="topleft" id="installdialog" src="{{'img/anim_installdialog.png'|
inline_file}}"></object> |
8 <object anchor="topleft" id="installcomplete" src="{{'images/anim_installcomplet
e.png'|inline_file}}"></object> | 8 <object anchor="topleft" id="installcomplete" src="{{'img/anim_installcomplete.p
ng'|inline_file}}"></object> |
9 <object anchor="topleft" id="background4" src="{{'images/anim_background4.png'|i
nline_file}}"></object> | 9 <object anchor="topleft" id="background4" src="{{'img/anim_background4.png'|inli
ne_file}}"></object> |
10 | 10 |
11 <action> | 11 <action> |
12 <show coords="0,0" object="background4"></show> | 12 <show coords="0,0" object="background4"></show> |
13 <move duration="80" fromAnchor="topleft" fromCoordsOf="background4" fromOffset
="470,100" object="mouse_pointer" toAnchor="topleft" toCoordsOf="background4" to
Offset="310,235"></move> | 13 <move duration="80" fromAnchor="topleft" fromCoordsOf="background4" fromOffset
="470,100" object="mouse_pointer" toAnchor="topleft" toCoordsOf="background4" to
Offset="310,235"></move> |
14 </action> | 14 </action> |
15 <action delay="100"> | 15 <action delay="100"> |
16 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 16 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
17 </action> | 17 </action> |
18 <action delay="80"> | 18 <action delay="80"> |
19 <hide object="clickmarker,mouse_leftclick"></hide> | 19 <hide object="clickmarker,mouse_leftclick"></hide> |
(...skipping 12 matching lines...) Expand all Loading... |
32 <hide object="installdialog"></hide> | 32 <hide object="installdialog"></hide> |
33 <show anchor="topleft" coordsOf="background4" object="installcomplete" offset=
"20,20"></show> | 33 <show anchor="topleft" coordsOf="background4" object="installcomplete" offset=
"20,20"></show> |
34 </action> | 34 </action> |
35 <action delay="30"> | 35 <action delay="30"> |
36 <move duration="70" object="mouse_pointer" toAnchor="topright" toCoordsOf="ins
tallcomplete" toOffset="-80,100"></move> | 36 <move duration="70" object="mouse_pointer" toAnchor="topright" toCoordsOf="ins
tallcomplete" toOffset="-80,100"></move> |
37 </action> | 37 </action> |
38 <action delay="70"> | 38 <action delay="70"> |
39 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 39 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
40 </action> | 40 </action> |
41 </animation> | 41 </animation> |
OLD | NEW |