Table of Contents

Class BounceEasing

public class BounceEasing : AbstractOscilationEasing, IEasing
Inheritance
BounceEasing
Implements
Inherited Members
Extension Methods

Constructors

BounceEasing(int, bool, float)

public BounceEasing(int bounces = 3, bool reverse = false, float bounciness = 0.5)

Parameters

bounces int
reverse bool
bounciness float

Properties

IntensityName

protected override string IntensityName { get; }

Property Value

string

RepsName

protected override string RepsName { get; }

Property Value

string

Methods

GetValue(float)

public override float GetValue(float t)

Parameters

t float

Returns

float