ElasticEasingFunction.Oscillations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of times the target slides back and forth over the animation destination.
public:
property int Oscillations { int get(); };
int Oscillations();
public int Oscillations { get; }
var int32 = elasticEasingFunction.oscillations;
Public ReadOnly Property Oscillations As Integer
Property Value
Int32
int
The number of times the target slides back and forth over the animation destination. This value must be greater than or equal to 0. The default is 3.