IEffect

IEffect class

Represents animation effect.

The IEffect type exposes the following members:

Properties

NameDescription
sequenceReturns a sequence for an effect.
Read-only ISequence.
text_animationReturns text animation.
Read-only ITextAnimation.
preset_class_typeDefines class of effect.
Read/write EffectPresetClassType.
typeDefines type of effect.
Read/write EffectType.
subtypeDefines subtype of effect.
Read/write EffectSubtype.
behaviorsReturns collection of behavior for effect.
Read/write IBehaviorCollection.
timingDefines timing value for effect.
Read/write ITiming.
target_shapeReturns target shape for effect.
Read-only IShape.
soundDefined embedded sound for effect.
Read/write IAudio.
stop_previous_soundThis attribute specifies if the animation effect stops the previous sound.
Read/write bool.
after_animation_typeDefined an after animation type for effect.
Read/write after_animation_type.
after_animation_colorDefined an after animation color for effect.
Read/write IColorFormat.
animate_text_typeDefines an animate text type for effect.
The shape text can be animated by letter, by word or all at once.
Read/write animate_text_type.
delay_between_text_partsDefines a delay between animated text parts (words or letters).
A positive value specifies the percentage of effect duration.
A negative value specifies the delay in seconds.
Read/write

See Also