first commit
This commit is contained in:
10
Config/EaseCurves/Ease In Out.json
Normal file
10
Config/EaseCurves/Ease In Out.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Sine": "0.37, 0.0, 0.63, 1.0",
|
||||
"Cubic": "0.65, 0.0, 0.35, 1.0",
|
||||
"Quintic": "0.83, 0.0, 0.17, 1.0",
|
||||
"Circular": "0.85, 0.0, 0.15, 1.0",
|
||||
"Quadratic": "0.45, 0.0, 0.55, 1.0",
|
||||
"Quartic": "0.76, 0.0, 0.24, 1.0",
|
||||
"Exponential": "0.87, 0.0, 0.13, 1.0",
|
||||
"Back": "0.68, -0.6, 0.32, 1.6"
|
||||
}
|
||||
10
Config/EaseCurves/Ease In.json
Normal file
10
Config/EaseCurves/Ease In.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Sine": "0.12, 0.0, 0.39, 0.0",
|
||||
"Cubic": "0.32, 0.0, 0.67, 0.0",
|
||||
"Quintic": "0.64, 0.0, 0.78, 0.0",
|
||||
"Circular": "0.55, 0.0, 1.0, 0.45",
|
||||
"Quadratic": "0.11, 0.0, 0.5, 0.0",
|
||||
"Quartic": "0.5, 0.0, 0.75, 0.0",
|
||||
"Exponential": "0.7, 0.0, 0.84, 0.0",
|
||||
"Back": "0.36, 0.0, 0.66, -0.56"
|
||||
}
|
||||
10
Config/EaseCurves/Ease Out.json
Normal file
10
Config/EaseCurves/Ease Out.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Sine": "0.61, 1.0, 0.88, 1.0",
|
||||
"Cubic": "0.33, 1.0, 0.68, 1.0",
|
||||
"Quintic": "0.22, 1.0, 0.36, 1.0",
|
||||
"Circular": "0.0, 0.55, 0.45, 1.0",
|
||||
"Quadratic": "0.5, 1.0, 0.89, 1.0",
|
||||
"Quartic": "0.25, 1.0, 0.5, 1.0",
|
||||
"Exponential": "0.16, 1.0, 0.3, 1.0",
|
||||
"Back": "0.34, 1.56, 0.64, 1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user