(script: string, animationId: string)
| 3067 | } |
| 3068 | |
| 3069 | export function removeArcPathFromScript(script: string, animationId: string): string { |
| 3070 | return setArcPathInScript(script, animationId, { |
| 3071 | enabled: false, |
| 3072 | autoRotate: false, |
| 3073 | segments: [], |
| 3074 | }); |
| 3075 | } |
| 3076 | |
| 3077 | // ── Split Into Property Groups ──────────────────────────────────────────── |
| 3078 |
no test coverage detected