DEFAULTS
pixi-wheels
pixi-wheels / index / DEFAULTS
Variable: DEFAULTS
const DEFAULTS: {
idleRampMs: 600;
mainRing: "main";
startAngle: -90;
weight: 1;
weightTransitionEase: "sine.inOut";
weightTransitionMs: 500;
};
Defined in: config/defaults.ts:82
Type Declaration#
| Name | Type | Default value | Description | Defined in |
|---|
idleRampMs | 600 | 600 | Idle ramp, ms. | config/defaults.ts:91 |
mainRing | "main" | 'main' | Main ring id for single-ring wheels. | config/defaults.ts:93 |
startAngle | -90 | -90 | Where section 0 begins, in wheel-local degrees. -90 puts its clockwise edge at twelve o’clock. | config/defaults.ts:84 |
weight | 1 | 1 | Weight of a section that declares none. | config/defaults.ts:86 |
weightTransitionEase | "sine.inOut" | 'sine.inOut' | - | config/defaults.ts:89 |
weightTransitionMs | 500 | 500 | Transition length for dynamic-section weight changes, ms. | config/defaults.ts:88 |