add_effect method

add_effect

Add new effect to the end of current sequence to end of group text animations. Only valid if count of text paragraphs equal or greater of counts effect of this group!

Returns

New effect object IEffect

def add_effect(self, effect_type, subtype, trigger_type):
    ...
ParameterTypeDescription
effect_typeEffectTypeType of an animation effect EffectType
subtypeEffectSubtypeSubtypes of animation effect EffectSubtype
trigger_typeEffectTriggerTypeTrigger type of effect EffectTriggerType

See Also