JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ej.motion
Interface Function
All Known Implementing Classes:
BackEaseInFunction
,
BackEaseInOutFunction
,
BackEaseOutFunction
,
BounceEaseInFunction
,
BounceEaseInOutFunction
,
BounceEaseOutFunction
,
CircEaseInFunction
,
CircEaseInOutFunction
,
CircEaseOutFunction
,
ConstantFunction
,
CubicEaseInFunction
,
CubicEaseInOutFunction
,
CubicEaseOutFunction
,
ElasticEaseInFunction
,
ElasticEaseInOutFunction
,
ElasticEaseOutFunction
,
ExpoEaseInFunction
,
ExpoEaseInOutFunction
,
ExpoEaseOutFunction
,
LinearFunction
,
QuadEaseInFunction
,
QuadEaseInOutFunction
,
QuadEaseOutFunction
,
QuartEaseInFunction
,
QuartEaseInOutFunction
,
QuartEaseOutFunction
,
QuintEaseInFunction
,
QuintEaseInOutFunction
,
QuintEaseOutFunction
,
SineEaseInFunction
,
SineEaseInOutFunction
,
SineEaseOutFunction
public interface
Function
Represents a motion function.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
float
computeValue
(float t)
Returns the value of the function for the given time factor.
Method Detail
computeValue
float computeValue(float t)
Returns the value of the function for the given time factor.
Parameters:
t
- the time factor, between 0 and 1.
Returns:
the value of the function for the given time, between 0 and 1.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Use this class in your project
In order to use this class in your project, add this dependency in your project build file:
SDK 6 (build.gradle.kts)
SDK 5 (module.ivy)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method