An easing curve representation using a custom function.
{ * type: LifeTimeCurve.EASING, * curveFunction: (time) => Math.sin(time * Math.PI) // Simple easing function * } Copy
{ * type: LifeTimeCurve.EASING, * curveFunction: (time) => Math.sin(time * Math.PI) // Simple easing function * }
An easing curve representation using a custom function.