Beispiel #1
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self.revolutions = 3
     self.angle = 0.0
     self.radius = 0.0
Beispiel #2
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self.revolutions = 3
     self.angle = 0.0
     self.radius = 0.0
Beispiel #3
0
 def __init__(self, app):
     Transition.__init__(self, app)
Beispiel #4
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self._buffer = None
Beispiel #5
0
 def __init__(self, app):
     Transition.__init__(self, app)
Beispiel #6
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self._strobing = []
     self._time = {}
     self._on = {}
     self._duration = 0.1
Beispiel #7
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self._strobing = []
     self._time = {}
     self._on = {}
     self._duration = 0.1
Beispiel #8
0
 def __init__(self, app):
     Transition.__init__(self, app)
     self._buffer = None