mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
4 lines
No EOL
129 B
Text
4 lines
No EOL
129 B
Text
function animation_curve_eval(curve, t) {
|
|
var ch = animcurve_get_channel(curve, 0);
|
|
return animcurve_channel_evaluate(ch, t);
|
|
} |