wordpress hit counter
Welcome to OpenXML Developer Sign in | Join | Help

(Info)Animation in Presentation Document

Last post 09-08-2006, 11:09 AM by Vijayeta Tilak. 0 replies.
Sort Posts: Previous Next
  •  09-08-2006, 11:09 AM 634

    (Info)Animation in Presentation Document

    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:cBhvr>
                                                             ----
                                                                ----
                           </p:cBhvr>
                                                        <p:to>
                                                            ----
                                                         </p:to>
                         </p:set>
                                                 <p:animEffect transition="in" filter="fade">
                                                    ----
                                                        ---                                      
       
                      </p:animEffect>
                             <p:prevCondLst>
                                     -----
                                 </p:prevCondLst>
                               <p:nextCondLst>
                   ----
                                  </p:nextCondLst>
                 
                ---
                         ----
     
      </p:timing>
     
       I woud soon be coming up with an article regarding this.
     
       Regards,
       Vijayeta
             
     
     
     
     
View as RSS news feed in XML