after_animation_type property

after_animation_type property

Defines an after animation type for effect. Read/write Effect.after_animation_type.

Definition:

@property
def after_animation_type(self):
    ...

@after_animation_type.setter
def after_animation_type(self, value):
    ...

See Also