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

Side by Side Diff: pages/animations/moveicon.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/installation.xml.tmpl ('k') | pages/animations/whitelist_site.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="center" id="mouse_hand" src="{{'images/anim_mouse_hand.png'|inli ne_file}}"></object> 5 <object anchor="center" id="mouse_hand" src="{{'img/anim_mouse_hand.png'|inline_ file}}"></object>
6 <object anchor="topleft" id="mouse_drag" src="{{'images/anim_mouse_drag.png'|inl ine_file}}"></object> 6 <object anchor="topleft" id="mouse_drag" src="{{'img/anim_mouse_drag.png'|inline _file}}"></object>
7 <object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|in line_file}}"></object> 7 <object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inlin e_file}}"></object>
8 <object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick .png'|inline_file}}"></object> 8 <object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.pn g'|inline_file}}"></object>
9 <object anchor="-20,56" id="mouse_rightclick" src="{{'images/anim_mouse_rightcli ck.png'|inline_file}}"></object> 9 <object anchor="-20,56" id="mouse_rightclick" src="{{'img/anim_mouse_rightclick. png'|inline_file}}"></object>
10 <object anchor="topleft" id="toolbarcontext" src="{{'images/anim_toolbarcontext. png'|inline_file}}"></object> 10 <object anchor="topleft" id="toolbarcontext" src="{{'img/anim_toolbarcontext.png '|inline_file}}"></object>
11 <object anchor="topleft" id="button_highlight" src="{{'images/anim_button_highli ght.png'|inline_file}}"></object> 11 <object anchor="topleft" id="button_highlight" src="{{'img/anim_button_highlight .png'|inline_file}}"></object>
12 <object anchor="top" id="customize" src="{{'images/anim_customize.png'|inline_fi le}}"></object> 12 <object anchor="top" id="customize" src="{{'img/anim_customize.png'|inline_file} }"></object>
13 <object anchor="topleft" id="dragmarker" src="{{'images/anim_dragmarker.png'|inl ine_file}}"></object> 13 <object anchor="topleft" id="dragmarker" src="{{'img/anim_dragmarker.png'|inline _file}}"></object>
14 <object anchor="topleft" id="background1" src="{{'images/anim_background1.png'|i nline_file}}"></object> 14 <object anchor="topleft" id="background1" src="{{'img/anim_background1.png'|inli ne_file}}"></object>
15 <object anchor="topleft" id="background2" src="{{'images/anim_background2.png'|i nline_file}}"></object> 15 <object anchor="topleft" id="background2" src="{{'img/anim_background2.png'|inli ne_file}}"></object>
16 <object anchor="topleft" id="background3" src="{{'images/anim_background3.png'|i nline_file}}"></object> 16 <object anchor="topleft" id="background3" src="{{'img/anim_background3.png'|inli ne_file}}"></object>
17 17
18 <action> 18 <action>
19 <show coords="0,0" object="background1"></show> 19 <show coords="0,0" object="background1"></show>
20 <move duration="120" fromAnchor="topright" fromCoordsOf="background1" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background1 " toOffset="-33,70"></move> 20 <move duration="120" fromAnchor="topright" fromCoordsOf="background1" fromOffs et="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background1 " toOffset="-33,70"></move>
21 </action> 21 </action>
22 <action delay="120"> 22 <action delay="120">
23 <show anchor="topright" coordsOf="background1" object="button_highlight" offse t="-49,54"></show> 23 <show anchor="topright" coordsOf="background1" object="button_highlight" offse t="-49,54"></show>
24 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show> 24 <show coordsOf="mouse_pointer" object="clickmarker,mouse_rightclick"></show>
25 </action> 25 </action>
26 <action delay="80"> 26 <action delay="80">
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <move duration="100" object="mouse_pointer" toAnchor="bottomright" toCoordsOf= "customize" toOffset="-50,-25"></move> 69 <move duration="100" object="mouse_pointer" toAnchor="bottomright" toCoordsOf= "customize" toOffset="-50,-25"></move>
70 </action> 70 </action>
71 <action delay="100"> 71 <action delay="100">
72 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show> 72 <show coordsOf="mouse_pointer" object="clickmarker,mouse_leftclick"></show>
73 </action> 73 </action>
74 <action delay="80"> 74 <action delay="80">
75 <hide object="clickmarker,mouse_leftclick"></hide> 75 <hide object="clickmarker,mouse_leftclick"></hide>
76 <hide object="customize"></hide> 76 <hide object="customize"></hide>
77 </action> 77 </action>
78 </animation> 78 </animation>
OLDNEW
« no previous file with comments | « pages/animations/installation.xml.tmpl ('k') | pages/animations/whitelist_site.xml.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld