Aracılığıyla paylaş


ElasticEase.Oscillations Property

Definition

Gets or sets the number of times the target slides back and forth over the animation destination.

public:
 property int Oscillations { int get(); void set(int value); };
int Oscillations();

void Oscillations(int value);
public int Oscillations { get; set; }
var int32 = elasticEase.oscillations;
elasticEase.oscillations = int32;
Public Property Oscillations As Integer
<ElasticEase Oscillations="int"/>

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.

Applies to