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="blockabletooltip" src="{{'images/anim_blockabletool
tip.png'|inline_file}}"></object> | 9 <object anchor="topleft" id="blockabletooltip" src="{{'img/anim_blockabletooltip
.png'|inline_file}}"></object> |
10 <object anchor="topleft" id="blockablecontext" src="{{'images/anim_blockablecont
ext.png'|inline_file}}"></object> | 10 <object anchor="topleft" id="blockablecontext" src="{{'img/anim_blockablecontext
.png'|inline_file}}"></object> |
11 <object anchor="bottom" id="blockable1" src="{{'images/anim_blockable1.png'|inli
ne_file}}"></object> | 11 <object anchor="bottom" id="blockable1" src="{{'img/anim_blockable1.png'|inline_
file}}"></object> |
12 <object anchor="bottom" id="blockable2" src="{{'images/anim_blockable2.png'|inli
ne_file}}"></object> | 12 <object anchor="bottom" id="blockable2" src="{{'img/anim_blockable2.png'|inline_
file}}"></object> |
13 <object anchor="bottom" id="blockable3" src="{{'images/anim_blockable3.png'|inli
ne_file}}"></object> | 13 <object anchor="bottom" id="blockable3" src="{{'img/anim_blockable3.png'|inline_
file}}"></object> |
14 | 14 |
15 <action> | 15 <action> |
16 <show coords="275,400" object="blockable1"></show> | 16 <show coords="275,400" object="blockable1"></show> |
17 <move duration="100" fromAnchor="top" fromCoordsOf="blockable1" fromOffset="-1
00,-40" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="blockable1" to
Offset="-80,-160"></move> | 17 <move duration="100" fromAnchor="top" fromCoordsOf="blockable1" fromOffset="-1
00,-40" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="blockable1" to
Offset="-80,-160"></move> |
18 </action> | 18 </action> |
19 <action delay="100"> | 19 <action delay="100"> |
20 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 20 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
21 </action> | 21 </action> |
22 <action delay="80"> | 22 <action delay="80"> |
23 <hide object="clickmarker,mouse_leftclick"></hide> | 23 <hide object="clickmarker,mouse_leftclick"></hide> |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 <action delay="80"> | 61 <action delay="80"> |
62 <hide object="clickmarker,mouse_leftclick"></hide> | 62 <hide object="clickmarker,mouse_leftclick"></hide> |
63 <hide object="blockablecontext"></hide> | 63 <hide object="blockablecontext"></hide> |
64 <show coords="18,84" object="filtercomposer"></show> | 64 <show coords="18,84" object="filtercomposer"></show> |
65 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
filtercomposer" toOffset="-255,-28"></move> | 65 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
filtercomposer" toOffset="-255,-28"></move> |
66 </action> | 66 </action> |
67 <action delay="70"> | 67 <action delay="70"> |
68 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 68 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
69 </action> | 69 </action> |
70 </animation> | 70 </animation> |
OLD | NEW |