Table of Contents

Class Easing

Namespace
RenderHeads.Media.AVProVideo
Assembly
AVProVideo.Runtime.dll

Easing functions

public static class Easing
Inheritance
object
Easing

Methods

Name Description
GetFunction(Preset)
InCubic(float)
InExpo(float)
InOutCubic(float)
InOutExpo(float)
InOutQuad(float)
InOutQuart(float)
InOutQuint(float)
InQuad(float)
InQuart(float)
InQuint(float)
Linear(float)
OutCubic(float)
OutExpo(float)
OutQuad(float)
OutQuart(float)
OutQuint(float)
PowerEaseIn(float, float)
PowerEaseInOut(float, float)
PowerEaseOut(float, float)
Step(float)