Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/animations/disablefilter.xml.tmpl

Issue 5930700549128192: Issue 2568 - Rename images directory for animations from images/ to img/ (Closed)
Patch Set: Created May 26, 2015, 11:06 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/animations/disable.xml.tmpl ('k') | pages/animations/installation.xml.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 template=raw 1 template=raw
2 2
3 <animation height="482" width="550" xmlns="https://adblockplus.org/animation"> 3 <animation height="482" 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="topright" id="button_highlight" src="{{'images/anim_button_highl ight.png'|inline_file}}"></object> 8 <object anchor="topright" id="button_highlight" src="{{'img/anim_button_highligh t.png'|inline_file}}"></object>
9 <object anchor="topleft" id="blockablecontext2" src="{{'images/anim_blockablecon text2.png'|inline_file}}"></object> 9 <object anchor="topleft" id="blockablecontext2" src="{{'img/anim_blockablecontex t2.png'|inline_file}}"></object>
10 <object anchor="bottomleft" id="blockabletooltip2" src="{{'images/anim_blockable tooltip2.png'|inline_file}}"></object> 10 <object anchor="bottomleft" id="blockabletooltip2" src="{{'img/anim_blockabletoo ltip2.png'|inline_file}}"></object>
11 <object anchor="bottomright" id="blockable1" src="{{'images/anim_blockable4.png' |inline_file}}"></object> 11 <object anchor="bottomright" id="blockable1" src="{{'img/anim_blockable4.png'|in line_file}}"></object>
12 <object anchor="bottomright" id="blockable2" src="{{'images/anim_blockable5.png' |inline_file}}"></object> 12 <object anchor="bottomright" id="blockable2" src="{{'img/anim_blockable5.png'|in line_file}}"></object>
13 <object anchor="topleft" id="background5" src="{{'images/anim_background5.png'|i nline_file}}"></object> 13 <object anchor="topleft" id="background5" src="{{'img/anim_background5.png'|inli ne_file}}"></object>
14 14
15 <action> 15 <action>
16 <show coords="0,0" object="background5"></show> 16 <show coords="0,0" object="background5"></show>
17 <move duration="120" fromAnchor="topright" fromCoordsOf="background5" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background5 " toOffset="-40,65"></move> 17 <move duration="120" fromAnchor="topright" fromCoordsOf="background5" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background5 " toOffset="-40,65"></move>
18 </action> 18 </action>
19 <action delay="120"> 19 <action delay="120">
20 <show anchor="topright" coordsOf="background5" object="button_highlight" offse t="-8,50"></show> 20 <show anchor="topright" coordsOf="background5" object="button_highlight" offse t="-8,50"></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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> 55 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show>
56 </action> 56 </action>
57 <action delay="80"> 57 <action delay="80">
58 <hide object="clickmarker,mouse_leftclick,blockable2"></hide> 58 <hide object="clickmarker,mouse_leftclick,blockable2"></hide>
59 <move duration="120" object="mouse_pointer" toAnchor="topleft" toCoordsOf="bac kground5" toOffset="105,65"></move> 59 <move duration="120" object="mouse_pointer" toAnchor="topleft" toCoordsOf="bac kground5" toOffset="105,65"></move>
60 </action> 60 </action>
61 <action delay="120"> 61 <action delay="120">
62 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> 62 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show>
63 </action> 63 </action>
64 </animation> 64 </animation>
OLDNEW
« no previous file with comments | « pages/animations/disable.xml.tmpl ('k') | pages/animations/installation.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld