AnimationBehavior Object
AnimationBehaviors AnimationBehavior Multiple objects |
Represents the behavior of an animation effect, the main animation sequence, or an interactive animation sequence. The AnimationBehavior object is a member of the AnimationBehaviors collection.
Using the AnimationBehavior object
Use Behaviors (index), where index is the number of the behavior in the sequence of behaviors, to return a single AnimationBehavior object. The following example sets the positions of the a rotation's starting and ending points. This example assumes that the first behavior for the main animation sequence is a RotationEffect object.
Sub Change()
With ActivePresentation.Slides(1).TimeLine.MainSequence(1) _
.Behaviors(1).RotationEffect
.From = 1
.To = 180
End With
End Sub
Properties | Accumulate Property | Additive Property | Application Property | ColorEffect Property | CommandEffect Property | FilterEffect Property | MotionEffect Property | Parent Property | PropertyEffect Property | RotationEffect Property | ScaleEffect Property | SetEffect Property | Timing Property | Type Property
Methods | Delete Method
Parent Objects
Child Objects | ColorEffect Object | CommandEffect Object | FilterEffect Object | MotionEffect Object | PropertyEffect Object | RotationEffect Object | ScaleEffect Object | SetEffect Object | Timing Object