1<?xml version="1.0"?> 2<anim:seq xmlns:office="urn:oasis:names:tc:openoffice:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:openoffice:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:openoffice:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:openoffice:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:openoffice:xmlns:drawing:1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:openoffice:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:openoffice:xmlns:datastyle:1.0" xmlns:pres="urn:oasis:names:tc:openoffice:xmlns:presentation:1.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="urn:oasis:names:tc:openoffice:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:openoffice:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:openoffice:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:openoffice:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:smil="http://www.w3.org/2001/SMIL20" xmlns:anim="urn:oasis:names:tc:openoffice:xmlns:animation:1.0" pres:node-type="main-sequence"> 3 <anim:par pres:preset-id="tile-flip"> 4 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="across"/> 5 </anim:par> 6 <anim:par pres:preset-id="outside-cube"> 7 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="cornersOut"/> 8 </anim:par> 9 <anim:par pres:preset-id="revolving-circles"> 10 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="circle"/> 11 </anim:par> 12 <anim:par pres:preset-id="turning-helix"> 13 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="fanOutHorizontal"/> 14 </anim:par> 15 <anim:par pres:preset-id="inside-cube"> 16 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="cornersIn"/> 17 </anim:par> 18 <anim:par pres:preset-id="fall"> 19 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="leftToRight"/> 20 </anim:par> 21 <anim:par pres:preset-id="turn-around"> 22 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topToBottom"/> 23 </anim:par> 24 <anim:par pres:preset-id="iris"> 25 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topLeft"/> 26 </anim:par> 27 <anim:par pres:preset-id="turn-down"> 28 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topRight"/> 29 </anim:par> 30 <anim:par pres:preset-id="rochade"> 31 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="bottomRight"/> 32 </anim:par> 33 </anim:seq> 34