File tree Expand file tree Collapse file tree
packages/react-components/react-spinner/library/src/components/Spinner Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments