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

Side by Side Diff: pages/animations/disable.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/blockobject2.xml.tmpl ('k') | pages/animations/disablefilter.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="250" width="550" xmlns="https://adblockplus.org/animation"> 3 <animation height="250" 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_middleclick" src="{{'images/anim_mouse_middlec lick.png'|inline_file}}"></object> 7 <object anchor="-20,56" id="mouse_middleclick" src="{{'img/anim_mouse_middleclic k.png'|inline_file}}"></object>
8 <object anchor="topright" id="toolbarmenu" src="{{'images/anim_toolbarmenu.png'| inline_file}}"></object> 8 <object anchor="topright" id="toolbarmenu" src="{{'img/anim_toolbarmenu.png'|inl ine_file}}"></object>
9 <object anchor="topright" id="button_highlight" src="{{'images/anim_button_highl ight.png'|inline_file}}"></object> 9 <object anchor="topright" id="button_highlight" src="{{'img/anim_button_highligh t.png'|inline_file}}"></object>
10 <object anchor="topright" id="button_disabled_highlight" src="{{'images/anim_but ton_disabled_highlight.png'|inline_file}}"></object> 10 <object anchor="topright" id="button_disabled_highlight" src="{{'img/anim_button _disabled_highlight.png'|inline_file}}"></object>
11 <object anchor="topright" id="button_whitelist" src="{{'images/anim_button_white list.png'|inline_file}}"></object> 11 <object anchor="topright" id="button_whitelist" src="{{'img/anim_button_whitelis t.png'|inline_file}}"></object>
12 <object anchor="topleft" id="background1" src="{{'images/anim_background1.png'|i nline_file}}"></object> 12 <object anchor="topleft" id="background1" src="{{'img/anim_background1.png'|inli ne_file}}"></object>
13 13
14 <action> 14 <action>
15 <show coords="0,0" object="background1"></show> 15 <show coords="0,0" object="background1"></show>
16 <move duration="120" fromAnchor="topright" fromCoordsOf="background1" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background1 " toOffset="-40,65"></move> 16 <move duration="120" fromAnchor="topright" fromCoordsOf="background1" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background1 " toOffset="-40,65"></move>
17 </action> 17 </action>
18 <action delay="120"> 18 <action delay="120">
19 <show anchor="topright" coordsOf="background1" object="button_highlight" offse t="-8,50"></show> 19 <show anchor="topright" coordsOf="background1" object="button_highlight" offse t="-8,50"></show>
20 <show coordsOf="mouse_pointer" object="clickmarker,mouse_middleclick"></show> 20 <show coordsOf="mouse_pointer" object="clickmarker,mouse_middleclick"></show>
21 </action> 21 </action>
22 <action delay="80"> 22 <action delay="80">
(...skipping 20 matching lines...) Expand all
43 </action> 43 </action>
44 <action delay="60"> 44 <action delay="60">
45 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> 45 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show>
46 </action> 46 </action>
47 <action delay="80"> 47 <action delay="80">
48 <hide object="clickmarker,mouse_leftclick"></hide> 48 <hide object="clickmarker,mouse_leftclick"></hide>
49 <hide object="toolbarmenu"></hide> 49 <hide object="toolbarmenu"></hide>
50 <replace object="button_highlight" with="button_whitelist"></replace> 50 <replace object="button_highlight" with="button_whitelist"></replace>
51 </action> 51 </action>
52 </animation> 52 </animation>
OLDNEW
« no previous file with comments | « pages/animations/blockobject2.xml.tmpl ('k') | pages/animations/disablefilter.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld