1<?xml version="1.0"?> 2<!--*********************************************************** 3 * 4 * Licensed to the Apache Software Foundation (ASF) under one 5 * or more contributor license agreements. See the NOTICE file 6 * distributed with this work for additional information 7 * regarding copyright ownership. The ASF licenses this file 8 * to you under the Apache License, Version 2.0 (the 9 * "License"); you may not use this file except in compliance 10 * with the License. You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, 15 * software distributed under the License is distributed on an 16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 * KIND, either express or implied. See the License for the 18 * specific language governing permissions and limitations 19 * under the License. 20 * 21 ***********************************************************--> 22<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"> 23 <anim:par pres:preset-id="tile-flip"> 24 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="across"/> 25 </anim:par> 26 <anim:par pres:preset-id="outside-cube"> 27 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="cornersOut"/> 28 </anim:par> 29 <anim:par pres:preset-id="revolving-circles"> 30 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="circle"/> 31 </anim:par> 32 <anim:par pres:preset-id="turning-helix"> 33 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="fanOutHorizontal"/> 34 </anim:par> 35 <anim:par pres:preset-id="inside-cube"> 36 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="cornersIn"/> 37 </anim:par> 38 <anim:par pres:preset-id="fall"> 39 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="leftToRight"/> 40 </anim:par> 41 <anim:par pres:preset-id="turn-around"> 42 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topToBottom"/> 43 </anim:par> 44 <anim:par pres:preset-id="iris"> 45 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topLeft"/> 46 </anim:par> 47 <anim:par pres:preset-id="turn-down"> 48 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="topRight"/> 49 </anim:par> 50 <anim:par pres:preset-id="rochade"> 51 <anim:transitionFilter smil:type="miscShapeWipe" smil:subtype="bottomRight"/> 52 </anim:par> 53 </anim:seq> 54