diff --git a/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx b/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx index aa7be83..617b5e6 100644 --- a/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx +++ b/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx @@ -118,7 +118,7 @@ const repeat = ['1', '2', '3', '4', '5', 'infinite']; const timeFunction: Record = { 平滑: 'linear', - 缓入: 'ease in', + 缓入: 'ease-in', }; let lastAnimate: AnimateItem[] = []; @@ -302,12 +302,13 @@ function AnimateControl(props: AnimateControlProps) { {animate.length > 0 && (