Sequence.ConvertToAnimateBackground (PowerPoint)

Determines whether the background will be animated separately from, or in addition to, its accompanying text. Returns an Effect object representing the newly-modified animation effect.

ConvertToAnimateBackground (Effect, AnimateBackground)


Dim effConvertToAnimateBackground As Effect
Set effConvertToAnimateBackground = ActiveWindow.Selection.SlideRange(1).TimeLine.MainSequence.ConvertToAnimateBackground(Effect:=, AnimateBackground:=msoTrue)

Arguments

The following arguments are required:

Effect (Effect) - The animation effect to be applied to the background.

AnimateBackground (Office.MsoTriState) - Determines whether the text will be animated separately from the background.