| OLD | NEW |
| 1 template=raw | 1 template=raw |
| 2 | 2 |
| 3 <animation height="300" width="550" xmlns="https://adblockplus.org/animation"> | 3 <animation height="300" 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="filtersmenu" src="{{'images/anim_filtersmenu.png'|i
nline_file}}"></object> | 7 <object anchor="topleft" id="filtersmenu" src="{{'img/anim_filtersmenu.png'|inli
ne_file}}"></object> |
| 8 <object anchor="topleft" id="filtersmenu_highlight" src="{{'images/anim_filtersm
enu_highlight.png'|inline_file}}"></object> | 8 <object anchor="topleft" id="filtersmenu_highlight" src="{{'img/anim_filtersmenu
_highlight.png'|inline_file}}"></object> |
| 9 <object anchor="topright" id="subscriptionsdropdown" src="{{'images/anim_subscri
ptionsdropdown.png'|inline_file}}"></object> | 9 <object anchor="topright" id="subscriptionsdropdown" src="{{'img/anim_subscripti
onsdropdown.png'|inline_file}}"></object> |
| 10 <object anchor="top" id="subscriptiondlg1" src="{{'images/anim_subscriptiondlg1.
png'|inline_file}}"></object> | 10 <object anchor="top" id="subscriptiondlg1" src="{{'img/anim_subscriptiondlg1.png
'|inline_file}}"></object> |
| 11 <object anchor="top" id="subscriptiondlg2" src="{{'images/anim_subscriptiondlg2.
png'|inline_file}}"></object> | 11 <object anchor="top" id="subscriptiondlg2" src="{{'img/anim_subscriptiondlg2.png
'|inline_file}}"></object> |
| 12 <object anchor="top" id="preferences1" src="{{'images/anim_preferences1.png'|inl
ine_file}}"></object> | 12 <object anchor="top" id="preferences1" src="{{'img/anim_preferences1.png'|inline
_file}}"></object> |
| 13 <object anchor="top" id="preferences2" src="{{'images/anim_preferences2.png'|inl
ine_file}}"></object> | 13 <object anchor="top" id="preferences2" src="{{'img/anim_preferences2.png'|inline
_file}}"></object> |
| 14 | 14 |
| 15 <action> | 15 <action> |
| 16 <show coords="275,0" object="preferences1"></show> | 16 <show coords="275,0" object="preferences1"></show> |
| 17 <move duration="70" fromAnchor="topleft" fromCoordsOf="preferences1" fromOffse
t="125,100" object="mouse_pointer" toAnchor="topleft" toCoordsOf="preferences1"
toOffset="20,40"></move> | 17 <move duration="70" fromAnchor="topleft" fromCoordsOf="preferences1" fromOffse
t="125,100" object="mouse_pointer" toAnchor="topleft" toCoordsOf="preferences1"
toOffset="20,40"></move> |
| 18 </action> | 18 </action> |
| 19 <action delay="70"> | 19 <action delay="70"> |
| 20 <show anchor="topleft" coordsOf="preferences1" object="filtersmenu_highlight"
offset="4,30"></show> | 20 <show anchor="topleft" coordsOf="preferences1" object="filtersmenu_highlight"
offset="4,30"></show> |
| 21 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 21 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
| 22 </action> | 22 </action> |
| 23 <action delay="80"> | 23 <action delay="80"> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 <action delay="80"> | 57 <action delay="80"> |
| 58 <hide object="clickmarker,mouse_leftclick"></hide> | 58 <hide object="clickmarker,mouse_leftclick"></hide> |
| 59 <hide object="subscriptiondlg2"></hide> | 59 <hide object="subscriptiondlg2"></hide> |
| 60 <replace object="preferences1" with="preferences2"></replace> | 60 <replace object="preferences1" with="preferences2"></replace> |
| 61 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
preferences2" toOffset="-215,-25"></move> | 61 <move duration="50" object="mouse_pointer" toAnchor="bottomright" toCoordsOf="
preferences2" toOffset="-215,-25"></move> |
| 62 </action> | 62 </action> |
| 63 <action delay="50"> | 63 <action delay="50"> |
| 64 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> | 64 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |
| 65 </action> | 65 </action> |
| 66 </animation> | 66 </animation> |
| OLD | NEW |