AddEffect

ITextAnimation.AddEffect method

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!

public IEffect AddEffect(EffectType effectType, EffectSubtype subtype, 
    EffectTriggerType triggerType)
ParameterTypeDescription
effectTypeEffectTypeType of an animation effect EffectType
subtypeEffectSubtypeSubtypes of animation effect EffectSubtype
triggerTypeEffectTriggerTypeTrigger type of effect EffectTriggerType

Return Value

New effect object IEffect

See Also