Sequence.AddTriggerEffect method (PowerPoint)

Adds a trigger effect to the animation in a Sequence object.

Syntax

expression. AddTriggerEffect( _pShape_, _effectId_, _trigger_, _pTriggerShape_, _bookmark_, _Level_ )

expression A variable that represents a Sequence object.

Parameters

Name Required/Optional Data type Description
pShape Required Shape The Shape object with animation.
effectId Required MsoAnimEffect The type of animation.
trigger Required MsoAnimTriggerType The type of trigger effect to add.
pTriggerShape Required Shape The Shape object that represents the trigger.
bookmark Optional String The bookmark.
Level Optional MsoAnimateByLevel The level of animation.

Return value

Effect

See also

Sequence Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.