Timing.Decelerate Property
PowerPoint Developer Reference |
Sets or returns the percentageof the duration over which a timing deceleration should take place. Read/write.
Syntax
expression.Decelerate
expression A variable that represents a Timing object.
Return Value
Single
Remarks
For example, a value of 0.9 means that an deceleration should start at the default speed, and then start to slow down after the first ten percent of the animation.
Example
This example adds a shape and adds an animation that starts at the default speed and slows down after 70% of the animation has finished.
Visual Basic for Applications |
---|
|
See Also