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