Timing.SmoothStart Property
PowerPoint Developer Reference |
Determines whether an animation should accelerate when it starts. Read/write.
Syntax
expression.SmoothStart
expression A variable that represents a Timing object.
Return Value
MsoTriState
Remarks
The value of the SmoothStart property can be one of these MsoTriState constants.
Constant | Description |
---|---|
msoFalse | The default. The animation does not accelerate when it starts. |
msoTrue | The animation accelerates when it starts. |
Example
The following example adds a shape to a slide, animates the shape, and instructs the shape to accelerate when it starts.
Visual Basic for Applications |
---|
|
See Also