| Index: pages/animations/disablefilter.xml.tmpl |
| =================================================================== |
| --- a/pages/animations/disablefilter.xml.tmpl |
| +++ b/pages/animations/disablefilter.xml.tmpl |
| @@ -1,21 +1,21 @@ |
| template=raw |
| <animation height="482" width="550" xmlns="https://adblockplus.org/animation"> |
| -<object anchor="topleft" id="mouse_pointer" src="{{'images/anim_mouse_pointer.png'|inline_file}}"></object> |
| -<object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|inline_file}}"></object> |
| -<object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick.png'|inline_file}}"></object> |
| -<object anchor="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightclick.png'|inline_file}}"></object> |
| -<object anchor="topright" id="button_highlight" src="{{'images/anim_button_highlight.png'|inline_file}}"></object> |
| -<object anchor="topleft" id="blockablecontext2" src="{{'images/anim_blockablecontext2.png'|inline_file}}"></object> |
| -<object anchor="bottomleft" id="blockabletooltip2" src="{{'images/anim_blockabletooltip2.png'|inline_file}}"></object> |
| -<object anchor="bottomright" id="blockable1" src="{{'images/anim_blockable4.png'|inline_file}}"></object> |
| -<object anchor="bottomright" id="blockable2" src="{{'images/anim_blockable5.png'|inline_file}}"></object> |
| -<object anchor="topleft" id="background5" src="{{'images/anim_background5.png'|inline_file}}"></object> |
| +<object anchor="topleft" id="mouse_pointer" src="{{'img/anim_mouse_pointer.png'|inline_file}}"></object> |
| +<object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inline_file}}"></object> |
| +<object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.png'|inline_file}}"></object> |
| +<object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick.png'|inline_file}}"></object> |
| +<object anchor="topright" id="button_highlight" src="{{'img/anim_button_highlight.png'|inline_file}}"></object> |
| +<object anchor="topleft" id="blockablecontext2" src="{{'img/anim_blockablecontext2.png'|inline_file}}"></object> |
| +<object anchor="bottomleft" id="blockabletooltip2" src="{{'img/anim_blockabletooltip2.png'|inline_file}}"></object> |
| +<object anchor="bottomright" id="blockable1" src="{{'img/anim_blockable4.png'|inline_file}}"></object> |
| +<object anchor="bottomright" id="blockable2" src="{{'img/anim_blockable5.png'|inline_file}}"></object> |
| +<object anchor="topleft" id="background5" src="{{'img/anim_background5.png'|inline_file}}"></object> |
| <action> |
| <show coords="0,0" object="background5"></show> |
| <move duration="120" fromAnchor="topright" fromCoordsOf="background5" fromOffset="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background5" toOffset="-40,65"></move> |
| </action> |
| <action delay="120"> |
| <show anchor="topright" coordsOf="background5" object="button_highlight" offset="-8,50"></show> |
| <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> |