Table of Contents

Class AnimationParameters

Namespace
Fr4z
Assembly
Fr4z.dll

Settings used to control animations

[Serializable]
public class AnimationParameters
Inheritance
AnimationParameters
Inherited Members

Constructors

AnimationParameters()

public AnimationParameters()

AnimationParameters(float, float, Ease)

public AnimationParameters(float duration, float delay, Ease ease)

Parameters

duration float
delay float
ease Ease

Fields

alpha

Alpha from minimum state to maximum state

public FromToValue<float> alpha

Field Value

FromToValue<float>

alternateEase

Ease used for alternative animations (ex: closing animation)

public Ease alternateEase

Field Value

Ease

animatedProperties

Flags used to choose which properties to animate

public AnimationParameters.AnimationProperty animatedProperties

Field Value

AnimationParameters.AnimationProperty

colors

Colors from minimum state to maximum state

public FromToValue<Color> colors

Field Value

FromToValue<Color>

delay

Time in seconds before the animations tarts

public float delay

Field Value

float

duration

Duration in seconds of the animation

public float duration

Field Value

float

ease

Animation ease

public Ease ease

Field Value

Ease

scale

Scale from minimum state to maximum state

public FromToValue<float> scale

Field Value

FromToValue<float>

useAlternateEase

Use an alternate ease (ex: for closing animation)

public bool useAlternateEase

Field Value

bool