Package dvedit :: Package transitions :: Module wipe :: Class WipeTransition
[hide private]
[frames] | no frames]

Class WipeTransition



object --+            
         |            
 core.Clip --+        
             |        
    core.Blend --+    
                 |    
   core.Transition --+
                     |
                    WipeTransition

Crossfade transition - NOT IMPLEMENTED YET!

Constructor keywords:

Instance Methods [hide private]
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
init(...)
process the 'direction' keyword arg

Inherited from core.Transition: __init__, updateNumFrames

Inherited from core.Clip: __add__, __delitem__, __getitem__, __getslice__, __iter__, __len__, __mul__, __radd__, __rmul__, __setitem__, addKeyframe, append, extend, failIfLocked, getParm, getParms, render, setParms, transition, view

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  direction

Inherited from core.Transition: clips, endtime, kw, start, starttime, uiChildren, uiTitle, xduration

Inherited from core.Blend: clip1Len, clip2Len

Inherited from core.Clip: keyframes, numFrames, sizeLocked

Inherited from core.Clip (private): _isPal

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: core.Transition.__new__

init(...)

 
process the 'direction' keyword arg
Overrides: core.Transition.init