Skip to content

Commit 0b7c30b

Browse files
committed
chore: cleanup
1 parent 4daef1f commit 0b7c30b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • packages/react-components/react-spinner/library/src/components/Spinner

packages/react-components/react-spinner/library/src/components/Spinner/spinnerMotions.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import { createMotionComponent, createMotionComponentVariant, motionTokens } from '@fluentui/react-motion';
2-
import { Rotate } from '@fluentui/react-motion-components-preview';
1+
import { createMotionComponent, motionTokens } from '@fluentui/react-motion';
2+
// import { createMotionComponent, createMotionComponentVariant, motionTokens } from '@fluentui/react-motion';
3+
// import { Rotate } from '@fluentui/react-motion-components-preview';
34

45
// --- Tail arc animations ---
56
// The spinner tail uses a 105deg arc mask with two 135deg arc segments that rotate
@@ -29,6 +30,7 @@ export const SpinnerRotation = createMotionComponent<{ duration?: number; easing
2930
// export const SpinnerRotation2 = createMotionComponentVariant(Rotate.In, {
3031
// duration: SPINNER_DURATION,
3132
// easing: motionTokens.curveLinear,
33+
// outAngle: 360,
3234
// iterations: Infinity,
3335
// reducedMotion: {
3436
// duration: 1800,

0 commit comments

Comments
 (0)