after_animation_type property

after_animation_type property

Defined an after animation type for effect. Read/write IEffect.after_animation_type.

Definition:

@property
def after_animation_type(self):
    ...

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

See Also