Package dvedit :: Package transitions :: Module crossfade :: Class CrossfadeTransition
[hide private]
[frames] | no frames]

Class CrossfadeTransition



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

Crossfade transition

Instance Methods [hide private]
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T

Inherited from core.Transition: __init__, 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]

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__