def __init__(self, remove_from_stage_callback): Transition.__init__(self, remove_from_stage_callback) self.config = Configuration() self.out_behaviour = None self.in_behaviour = None
def __init__(self, remove_from_stage_callback): Transition.__init__(self, remove_from_stage_callback) self.out_fade = None self.out_zoom = None self.in_behaviour = None self.in_zoom = None
def __init__(self, remove_from_stage_callback): Transition.__init__(self, remove_from_stage_callback) self.out_behaviour = None self.in_behaviour = None
def __init__(self, remove_from_stage_callback): Transition.__init__(self, remove_from_stage_callback)