diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9122d9c..84c630a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: build -on: [push] +on: + push: + branches: + - main jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx b/packages/dooringx-example/src/plugin/formComponents/animateControl.tsx index aa7be83..4ecb1b9 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,17 +302,19 @@ function AnimateControl(props: AnimateControlProps) { {animate.length > 0 && (