Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the percentage of the duration over which a timing acceleration should take place. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Accelerate As Single
Get
Set
'Usage
Dim instance As Timing
Dim value As Single
value = instance.Accelerate
instance.Accelerate = value
float Accelerate { get; set; }
Property Value
Type: System.Single
Remarks
For example, a value of 0.9 means that an acceleration should start slower than the default speed for 90% of the total animation time, with the last 10% of the animation at the default speed.
To slow down an animation at the end, use the Decelerate property.