fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst


From: Matti Katila
Subject: [ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst
Date: Fri, 24 Oct 2003 05:26:29 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/10/24 05:26:28

Modified files:
        doc/pegboard/animation_api--mudyc: peg.rst 

Log message:
        more words for animate()

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/pegboard/animation_api--mudyc/peg.rst.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: libvob/doc/pegboard/animation_api--mudyc/peg.rst
diff -u libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.12 
libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.13
--- libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.12       Fri Oct 24 
05:09:47 2003
+++ libvob/doc/pegboard/animation_api--mudyc/peg.rst    Fri Oct 24 05:26:28 2003
@@ -5,8 +5,8 @@
 
 :Authors:  mudyc
 :Date-Created: 2003-09-27
-:Last-Modified: $Date: 2003/10/24 09:09:47 $
-:Revision: $Revision: 1.12 $
+:Last-Modified: $Date: 2003/10/24 09:26:28 $
+:Revision: $Revision: 1.13 $
 :Status:   Current
 :Stakeholders: mudyc, tjl, benja
 :Scope:    Minor
@@ -154,6 +154,8 @@
      *      proper animation, e.g., by setting no animation even when
      *      animation should be done.
      * </LI></OL>
+     * <p>
+     *  <code>Animate</code> , <code>switchVS</code> and <code>rerender</code>
      */
     public interface WindowAnimation {
 
@@ -161,8 +163,15 @@
         /** Animate to next VobScene by creating a new VobScene.
          * The interpolation time between current screen and VobScene
         * (screen after animations) in future is set via AbstractUpdateManager.
+         * <p> 
+         * Animation between scenes is done between keys, i.e., key "A" in 
+         * current visible scene will animate to where 
+         * key "A" is in scene in future.
+         *
          * @see AbstractUpdateManager
+         * @see VobMatcher
          * <p>
+         *
          * Example: When you want to interpolate a red box from rigth to left
          * you could do it, like:
          * <pre>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]