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

Side by Side Diff: pages/animations/blockobject.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/blockbanner.xml.tmpl ('k') | pages/animations/blockobject2.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="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="6,0" id="mouse_hand2" src="{{'images/anim_mouse_hand2.png'|inlin e_file}}"></object> 5 <object anchor="6,0" id="mouse_hand2" src="{{'img/anim_mouse_hand2.png'|inline_f ile}}"></object>
6 <object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|in line_file}}"></object> 6 <object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inlin e_file}}"></object>
7 <object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick .png'|inline_file}}"></object> 7 <object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.pn g'|inline_file}}"></object>
8 <object anchor="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightcli ck.png'|inline_file}}"></object> 8 <object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick. png'|inline_file}}"></object>
9 <object anchor="topleft" id="filtercomposer" src="{{'images/anim_filtercomposer. png'|inline_file}}"></object> 9 <object anchor="topleft" id="filtercomposer" src="{{'img/anim_filtercomposer.png '|inline_file}}"></object>
10 <object anchor="topleft" id="flashcontext" src="{{'images/anim_flashcontext.png' |inline_file}}"></object> 10 <object anchor="topleft" id="flashcontext" src="{{'img/anim_flashcontext.png'|in line_file}}"></object>
11 <object anchor="bottomright" id="objecttab" src="{{'images/anim_objecttab.png'|i nline_file}}"></object> 11 <object anchor="bottomright" id="objecttab" src="{{'img/anim_objecttab.png'|inli ne_file}}"></object>
12 <object anchor="bottomright" id="objecttab_highlight" src="{{'images/anim_object tab_highlight.png'|inline_file}}"></object> 12 <object anchor="bottomright" id="objecttab_highlight" src="{{'img/anim_objecttab _highlight.png'|inline_file}}"></object>
13 <object anchor="topleft" id="object" src="{{'images/anim_object.png'|inline_file }}"></object> 13 <object anchor="topleft" id="object" src="{{'img/anim_object.png'|inline_file}}" ></object>
14 14
15 <action> 15 <action>
16 <show coords="50,30" object="object"></show> 16 <show coords="50,30" object="object"></show>
17 <show anchor="topright" coordsOf="object" object="objecttab"></show> 17 <show anchor="topright" coordsOf="object" object="objecttab"></show>
18 <move duration="100" fromCoordsOf="object" fromOffset="-40,40" object="mouse_p ointer" toCoordsOf="object" toOffset="150,100"></move> 18 <move duration="100" fromCoordsOf="object" fromOffset="-40,40" object="mouse_p ointer" toCoordsOf="object" toOffset="150,100"></move>
19 </action> 19 </action>
20 <action delay="100"> 20 <action delay="100">
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">
(...skipping 14 matching lines...) Expand all
38 <action delay="80"> 38 <action delay="80">
39 <hide object="clickmarker,mouse_leftclick"></hide> 39 <hide object="clickmarker,mouse_leftclick"></hide>
40 <replace object="objectag_highlight" with="objecttab"></replace> 40 <replace object="objectag_highlight" with="objecttab"></replace>
41 <show coords="18,84" object="filtercomposer"></show> 41 <show coords="18,84" object="filtercomposer"></show>
42 <move duration="100" object="mouse_pointer" toAnchor="bottomright" toCoordsOf= "filtercomposer" toOffset="-255,-28"></move> 42 <move duration="100" object="mouse_pointer" toAnchor="bottomright" toCoordsOf= "filtercomposer" toOffset="-255,-28"></move>
43 </action> 43 </action>
44 <action delay="120"> 44 <action delay="120">
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 </animation> 47 </animation>
OLDNEW
« no previous file with comments | « pages/animations/blockbanner.xml.tmpl ('k') | pages/animations/blockobject2.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld