Skip to content

Commit

Permalink
Update PowerPoint.RotationEffect.md
Browse files Browse the repository at this point in the history
missing spaces
  • Loading branch information
JonMarkPerry authored Jan 11, 2022
1 parent 970ef9c commit d98aed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/PowerPoint.RotationEffect.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Represents a rotation effect for an **[AnimationBehavior](PowerPoint.AnimationBe

## Example

Use the [RotationEffect](PowerPoint.AnimationBehavior.RotationEffect.md)property of the **AnimationBehavior** object to return a **RotationEffect** object. The following example refers to the rotation effect for a given animation behavior.
Use the [RotationEffect](PowerPoint.AnimationBehavior.RotationEffect.md) property of the **AnimationBehavior** object to return a **RotationEffect** object. The following example refers to the rotation effect for a given animation behavior.


```vb
ActivePresentation.Slides(1).TimeLine.MainSequence.Item.Behaviors(1).RotationEffect
```

Use the [By](PowerPoint.RotationEffect.By.md), [From](PowerPoint.RotationEffect.From.md), and [To](PowerPoint.RotationEffect.To.md)properties of the **RotationEffect** object to affect an object's animation rotation. The following example adds a new shape to the first slide and sets the rotation animation behavior.
Use the [By](PowerPoint.RotationEffect.By.md), [From](PowerPoint.RotationEffect.From.md), and [To](PowerPoint.RotationEffect.To.md) properties of the **RotationEffect** object to affect an object's animation rotation. The following example adds a new shape to the first slide and sets the rotation animation behavior.



Expand Down Expand Up @@ -60,4 +60,4 @@ End Sub

[PowerPoint Object Model Reference](overview/PowerPoint/object-model.md)

[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 comments on commit d98aed0

Please sign in to comment.