Package elisa :: Package plugins :: Package good :: Package pigment :: Module fadeout_transition :: Class FadeoutTransition
[hide private]
[frames] | no frames]

Class FadeoutTransition

source code


Nested Classes [hide private]

Inherited from core.component.Component: __metaclass__

Instance Methods [hide private]
 
apply(self, view, end_callback='frontend') source code

Inherited from pigment_transition.PigmentTransition: __init__, stop

Inherited from core.component.Component: clean, initialize, load_config, save_config

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

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

Static Methods [hide private]

Inherited from core.component.Component: __classinit__

Class Variables [hide private]
  name = 'fadeout_transition'

Inherited from base_components.transition.Transition: supported_views

Inherited from core.component.Component: checked, config_doc, default_config, id, plugin

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from pigment_transition.PigmentTransition: implicit

Inherited from base_components.transition.Transition: in_progress

Inherited from core.component.Component: config, path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

apply(self, view, end_callback='frontend')

source code 
Overrides: pigment_transition.PigmentTransition.apply