Timing.SmoothStart Property
Determines whether an animation should accelerate when it starts. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SmoothStart As MsoTriState
Get
Set
'Usage
Dim instance As Timing
Dim value As MsoTriState
value = instance.SmoothStart
instance.SmoothStart = value
MsoTriState SmoothStart { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the SmoothStart property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
The default. The animation does not accelerate when it starts. |
|
The animation accelerates when it starts. |