TextAnimationAddEffect 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!

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IEffect AddEffect(
	EffectType effectType,
	EffectSubtype subtype,
	EffectTriggerType triggerType
)

Parameters

effectType
Type: Aspose.Slides.AnimationEffectType
subtype
Type: Aspose.Slides.AnimationEffectSubtype
triggerType
Type: Aspose.Slides.AnimationEffectTriggerType

Return Value

Type: IEffect

Implements

ITextAnimationAddEffect(EffectType, EffectSubtype, EffectTriggerType)
See Also