ReelCurveInput
pixi-reels / index / ReelCurveInput
Type Alias: ReelCurveInput
type ReelCurveInput = number | ReelCurveConfig;
Defined in: core/ReelCurve.ts:44
curve(0.35) and curve({ amount: 0.35 }) mean the same thing.
pixi-reels / index / ReelCurveInput
type ReelCurveInput = number | ReelCurveConfig;
Defined in: core/ReelCurve.ts:44
curve(0.35) and curve({ amount: 0.35 }) mean the same thing.