Template:CurvePresetTable: Difference between revisions

Template page
started updating the CurvePreset Enum (new Template page)
 
m fix names (including canonical typos), add missing entries
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
# Will need to correctly concat these.
{{Table EnumValues
{{Table EnumValues
Smoother
|Linear|0|
Smooth
|Sine|1|
Linear
|Cosine|2|
Sine
|Smooth|3|
--
|Smoother|4|
Ease
|SineIn|5|
Bounce
|SineOut|6|
Quadratic
|SineInOut|7|
Qunintic
|QuadradicIn|8|Actually spelled as "Quadradic" in-game.
Cubic
|QuadradicOut|9|Actually spelled as "Quadradic" in-game.
 
|QuadradicInOut|10|Actually spelled as "Quadradic" in-game.
Out
|CubicIn|11|
In
|CubicOut|12|
InOut
|CubicInOut|13|
Elastic
|QuarticIn|14|
Exp
|QuarticOut|15|
InSmall
|QuarticInOut|16|
InOutLarge
|QuinticIn|14|
|0|
|QuinticOut|15|
|1|
|QuinticInOut|16|
|2|
|ExponentialIn|20|
|3|
|ExponentialOut|21|
|4|
|ExponentialInOut|22|
|5|
|CircularIn|23|
|6|
|CircularOut|24|
|7|
|CircularInOut|25|
|8|
|ReboundInSmall|26|
|9|
|ReboundOutSmall|27|
|10|
|ReboundInOutSmall|28|
|11|
|ReboundInLarge|29|
|12|
|ReboundOutLarge|30|
|13|
|ReboundInOutLarge|31|
|14|
|ElasticInLarge|32|
|15|
|ElasticOutLarge|33|
|16|
|ElasticInOutLarge|34|
|17|
|ElasticInSmall|35|
|18|
|ElasticOutSmall|36|
|19|
|ElasticInOutSmall|37|
|20|
|BounceIn|38|
|21|
|BounceOut|39|
|22|
|BounceInOut|40|
|23|
|24|
|25|
|26|
|27|
|28|
|29|
|30|
|31|
|32|
|33|
|34|
|35|
|36|
|37|
|38|
|39|
|40|
 
}}
}}

Latest revision as of 19:22, 24 November 2025

Values
Name Value Description
Linear 0
Sine 1
Cosine 2
Smooth 3
Smoother 4
SineIn 5
SineOut 6
SineInOut 7
QuadradicIn 8 Actually spelled as "Quadradic" in-game.
QuadradicOut 9 Actually spelled as "Quadradic" in-game.
QuadradicInOut 10 Actually spelled as "Quadradic" in-game.
CubicIn 11
CubicOut 12
CubicInOut 13
QuarticIn 14
QuarticOut 15
QuarticInOut 16
QuinticIn 14
QuinticOut 15
QuinticInOut 16
ExponentialIn 20
ExponentialOut 21
ExponentialInOut 22
CircularIn 23
CircularOut 24
CircularInOut 25
ReboundInSmall 26
ReboundOutSmall 27
ReboundInOutSmall 28
ReboundInLarge 29
ReboundOutLarge 30
ReboundInOutLarge 31
ElasticInLarge 32
ElasticOutLarge 33
ElasticInOutLarge 34
ElasticInSmall 35
ElasticOutSmall 36
ElasticInOutSmall 37
BounceIn 38
BounceOut 39
BounceInOut 40