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="mouse_hand" src="{{'images/anim_mouse_hand.png'|inli
ne_file}}"></object> | 5 <object anchor="center" id="mouse_hand" src="{{'img/anim_mouse_hand.png'|inline_
file}}"></object> |
6 <object anchor="topleft" id="mouse_drag" src="{{'images/anim_mouse_drag.png'|inl
ine_file}}"></object> | 6 <object anchor="topleft" id="mouse_drag" src="{{'img/anim_mouse_drag.png'|inline
_file}}"></object> |
7 <object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|in
line_file}}"></object> | 7 <object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inlin
e_file}}"></object> |
8 <object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick
.png'|inline_file}}"></object> | 8 <object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.pn
g'|inline_file}}"></object> |
9 <object anchor="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightcli
ck.png'|inline_file}}"></object> | 9 <object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick.
png'|inline_file}}"></object> |
10 <object anchor="topleft" id="toolbarcontext" src="{{'images/anim_toolbarcontext.
png'|inline_file}}"></object> | 10 <object anchor="topleft" id="toolbarcontext" src="{{'img/anim_toolbarcontext.png
'|inline_file}}"></object> |
11 <object anchor="top" id="customize" src="{{'images/anim_customize.png'|inline_fi
le}}"></object> | 11 <object anchor="top" id="customize" src="{{'img/anim_customize.png'|inline_file}
}"></object> |
12 <object anchor="top" id="customize_withabp" src="{{'images/anim_customize_withab
p.png'|inline_file}}"></object> | 12 <object anchor="top" id="customize_withabp" src="{{'img/anim_customize_withabp.p
ng'|inline_file}}"></object> |
13 <object anchor="topleft" id="background1" src="{{'images/anim_background1.png'|i
nline_file}}"></object> | 13 <object anchor="topleft" id="background1" src="{{'img/anim_background1.png'|inli
ne_file}}"></object> |
14 <object anchor="topleft" id="background3" src="{{'images/anim_background3.png'|i
nline_file}}"></object> | 14 <object anchor="topleft" id="background3" src="{{'img/anim_background3.png'|inli
ne_file}}"></object> |
15 | 15 |
16 <action> | 16 <action> |
17 <show coords="0,0" object="background3"></show> | 17 <show coords="0,0" object="background3"></show> |
18 <move duration="50" fromAnchor="topright" fromCoordsOf="background3" fromOffse
t="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background3"
toOffset="-140,70"></move> | 18 <move duration="50" fromAnchor="topright" fromCoordsOf="background3" fromOffse
t="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background3"
toOffset="-140,70"></move> |
19 </action> | 19 </action> |
20 <action delay="50"> | 20 <action delay="50"> |
21 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show> | 21 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show> |
22 </action> | 22 </action> |
23 <action delay="80"> | 23 <action delay="80"> |
24 <hide object="clickmarker,mouse_rightclick"></hide> | 24 <hide object="clickmarker,mouse_rightclick"></hide> |
(...skipping 26 matching lines...) Expand all Loading... |
51 <move duration="90" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
customize" toOffset="-50,-25"></move> | 51 <move duration="90" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
customize" toOffset="-50,-25"></move> |
52 </action> | 52 </action> |
53 <action delay="90"> | 53 <action delay="90"> |
54 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 54 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
55 </action> | 55 </action> |
56 <action delay="80"> | 56 <action delay="80"> |
57 <hide object="clickmarker,mouse_leftclick"></hide> | 57 <hide object="clickmarker,mouse_leftclick"></hide> |
58 <hide object="customize"></hide> | 58 <hide object="customize"></hide> |
59 </action> | 59 </action> |
60 </animation> | 60 </animation> |
OLD | NEW |