Template:CurvePresetTable: Difference between revisions

Template page
started updating the CurvePreset Enum (new Template page)
 
Easings table Templace, should be OK. Awaiting a double check, and maybe Descriptions ?
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
# Will need to correctly concat these.
{{Table EnumValues
{{Table EnumValues
Smoother
|Linear|0|
Smooth
|Sine|1|
Linear
|Cose|2|
Sine
|Smooth|3|
--
|Smoother|4|
Ease
|SineIn|5|
Bounce
|SineOut|6|
Quadratic
|SineInOut|7|
Qunintic
|QuadraticIn|8|
Cubic
|QuadraticOut|9|
 
|QuadraticInOut|10|
Out
|CubicIn|11|
In
|CubicOut|12|
InOut
|CubicInOut|13|
Elastic
|QuarticIn|14|
Exp
|QuarticOut|15|
InSmall
|QuarticInOut|16|
InOutLarge
|ExponentIn|20|
|0|
|ExponentOut|21|
|1|
|ExponentInOut|22|
|2|
|CircularIn|23|
|3|
|CircularOut|24|
|4|
|CircularInOut|25|
|5|
|ReboundInSmall|26|
|6|
|ReboundOutSmall|27|
|7|
|ReboundInOutSmall|28|
|8|
|ReboundInLarge|29|
|9|
|ReboundOutLarge|30|
|10|
|ReboundInOutLarge|31|
|11|
|ElasticInLarge|32|
|12|
|ElasticOutLarge|33|
|13|
|ElasticInOutLarge|34|
|14|
|ElasticInSmall|35|
|15|
|ElasticOutSmall|36|
|16|
|ElasticInOutSmall|37|
|17|
|BounceIn|38|
|18|
|BounceOut|39|
|19|
|BounceInOut|40|
|20|
|21|
|22|
|23|
|24|
|25|
|26|
|27|
|28|
|29|
|30|
|31|
|32|
|33|
|34|
|35|
|36|
|37|
|38|
|39|
|40|
 
}}
}}

Latest revision as of 11:40, 10 November 2024

Values
Name Value Description
Linear 0
Sine 1
Cose 2
Smooth 3
Smoother 4
SineIn 5
SineOut 6
SineInOut 7
QuadraticIn 8
QuadraticOut 9
QuadraticInOut 10
CubicIn 11
CubicOut 12
CubicInOut 13
QuarticIn 14
QuarticOut 15
QuarticInOut 16
ExponentIn 20
ExponentOut 21
ExponentInOut 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