The post is to give a small information about animations in Presentation document.
There's one property in animation where in the slides can have transitional appearance during slide shows
This data about a particular transition can be provided in the 'transition' node of the slide,
<p:transition>
<p:dissolve />
</p:transition>
A particular slide can also be animated,by inserting the required data in the 'timing' node of the slide.
The data would hold information regarding the type and duration of animation.
The Sample would be
<p:timing>
<p:tnLst>
<p:par>
<p:cTn id="1" dur="indefinite" restart="never" nodeType="tmRoot">
<p:childTnLst>
<p:seq concurrent="1" nextAc="seek">
<p:cTn id="2" dur="indefinite" nodeType="mainSeq">
<p:childTnLst>
<p:par>
----
----
---
<p:set>
<p:animEffect transition="in" filter="fade">
<p:prevCondLst>
---
----
</p:timing>
I woud soon be coming up with an article regarding this.
Regards,
Vijayeta