Пример #1
0
 def afterThis(self, other):
     '''
     @param other: Animation
     '''
     self.__anim_queue.append(other)
     Animation.chain([self,other])
     return other