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="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightcli
ck.png'|inline_file}}"></object> | 7 <object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick.
png'|inline_file}}"></object> |
8 <object anchor="topleft" id="filtercomposer" src="{{'images/anim_filtercomposer.
png'|inline_file}}"></object> | 8 <object anchor="topleft" id="filtercomposer" src="{{'img/anim_filtercomposer.png
'|inline_file}}"></object> |
9 <object anchor="topleft" id="bannercontext" src="{{'images/anim_bannercontext.pn
g'|inline_file}}"></object> | 9 <object anchor="topleft" id="bannercontext" src="{{'img/anim_bannercontext.png'|
inline_file}}"></object> |
10 <object anchor="topleft" id="banner" src="{{'images/anim_banner.png'|inline_file
}}"></object> | 10 <object anchor="topleft" id="banner" src="{{'img/anim_banner.png'|inline_file}}"
></object> |
11 | 11 |
12 <action> | 12 <action> |
13 <show coords="50,0" object="banner"></show> | 13 <show coords="50,0" object="banner"></show> |
14 <move duration="100" fromCoordsOf="banner" fromOffset="-40,40" object="mouse_p
ointer" toCoordsOf="banner" toOffset="150,100"></move> | 14 <move duration="100" fromCoordsOf="banner" fromOffset="-40,40" object="mouse_p
ointer" toCoordsOf="banner" toOffset="150,100"></move> |
15 </action> | 15 </action> |
16 <action delay="100"> | 16 <action delay="100"> |
17 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show> | 17 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show> |
18 </action> | 18 </action> |
19 <action delay="80"> | 19 <action delay="80"> |
20 <hide object="clickmarker,mouse_rightclick"></hide> | 20 <hide object="clickmarker,mouse_rightclick"></hide> |
21 <show coordsOf="mouse_pointer" object="bannercontext"></show> | 21 <show coordsOf="mouse_pointer" object="bannercontext"></show> |
22 </action> | 22 </action> |
23 <action delay="70"> | 23 <action delay="70"> |
24 <move duration="100" object="mouse_pointer" toAnchor="bottomleft" toCoordsOf="
bannercontext" toOffset="65,-10"></move> | 24 <move duration="100" object="mouse_pointer" toAnchor="bottomleft" toCoordsOf="
bannercontext" toOffset="65,-10"></move> |
25 </action> | 25 </action> |
26 <action delay="100"> | 26 <action delay="100"> |
27 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 27 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
28 </action> | 28 </action> |
29 <action delay="80"> | 29 <action delay="80"> |
30 <hide object="clickmarker,mouse_leftclick"></hide> | 30 <hide object="clickmarker,mouse_leftclick"></hide> |
31 <hide object="bannercontext"></hide> | 31 <hide object="bannercontext"></hide> |
32 <show coords="18,84" object="filtercomposer"></show> | 32 <show coords="18,84" object="filtercomposer"></show> |
33 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
filtercomposer" toOffset="-255,-28"></move> | 33 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
filtercomposer" toOffset="-255,-28"></move> |
34 </action> | 34 </action> |
35 <action delay="70"> | 35 <action delay="70"> |
36 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 36 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
37 </action> | 37 </action> |
38 </animation> | 38 </animation> |
OLD | NEW |