Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LaVache-FR/AnimationUtil
/ functions
Functions
38 in github.com/LaVache-FR/AnimationUtil
⨍
Functions
38
◇
Types & classes
12
↓ 4 callers
Method
ease
The basic function for easing. @param t the time (either frames or in seconds/milliseconds) @param b the beginning value @param c the value changed @
fr/lavache/anime/Easing.java:193
↓ 3 callers
Method
getAmplitude
Returns the amplitude. @return the amplitude for this easing
fr/lavache/anime/Easing.java:243
↓ 3 callers
Method
getOvershoot
Returns the overshoot for this easing. @return this easing's overshoot
fr/lavache/anime/Easing.java:374
↓ 3 callers
Method
getPeriod
Returns the period. @return the period for this easing
fr/lavache/anime/Easing.java:225
↓ 1 callers
Method
clamp
(float num, float min, float max)
fr/lavache/anime/Animate.java:68
↓ 1 callers
Method
getEase
()
fr/lavache/anime/Animate.java:66
Method
Animate
()
fr/lavache/anime/Animate.java:9
Method
Back
Creates a new Back instance with the default overshoot (1.70158).
fr/lavache/anime/Easing.java:354
Method
BackIn
()
fr/lavache/anime/Easing.java:394
Method
BackInOut
()
fr/lavache/anime/Easing.java:431
Method
BackOut
()
fr/lavache/anime/Easing.java:412
Method
Elastic
Creates a new Elastic easing with the specified settings. @param amplitude the amplitude for the elastic function @param period the period for the
fr/lavache/anime/Easing.java:208
Method
ElasticIn
(float amplitude, float period)
fr/lavache/anime/Easing.java:261
Method
ElasticInOut
(float amplitude, float period)
fr/lavache/anime/Easing.java:315
Method
ElasticOut
(float amplitude, float period)
fr/lavache/anime/Easing.java:288
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:269
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:296
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:323
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:402
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:420
Method
ease
(float t, float b, float c, float d)
fr/lavache/anime/Easing.java:439
Method
getMax
()
fr/lavache/anime/Animate.java:63
Method
getMin
()
fr/lavache/anime/Animate.java:62
Method
getSpeed
()
fr/lavache/anime/Animate.java:64
Method
getValue
()
fr/lavache/anime/Animate.java:61
Method
isReversed
()
fr/lavache/anime/Animate.java:65
Method
reset
()
fr/lavache/anime/Animate.java:18
Method
runGameLoop
()
fr/lavache/anime/DeltaCallExemple.java:13
Method
setAmplitude
Sets the amplitude to the given value. @param amplitude the new amplitude
fr/lavache/anime/Easing.java:252
Method
setEase
(Easing ease)
fr/lavache/anime/Animate.java:56
Method
setMax
(float max)
fr/lavache/anime/Animate.java:41
Method
setMin
(float min)
fr/lavache/anime/Animate.java:36
Method
setOvershoot
Sets the overshoot to the given value. @param overshoot the new overshoot
fr/lavache/anime/Easing.java:383
Method
setPeriod
Sets the period to the given value. @param period the new period
fr/lavache/anime/Easing.java:234
Method
setReversed
(boolean reversed)
fr/lavache/anime/Animate.java:51
Method
setSpeed
(float speed)
fr/lavache/anime/Animate.java:46
Method
setValue
(float value)
fr/lavache/anime/Animate.java:32
Method
update
()
fr/lavache/anime/Animate.java:20