文件名称:react-simple-animate::bullseye:简化React UI动画
文件大小:163KB
文件格式:ZIP
更新时间:2024-02-26 10:59:48
react animation transition-animation animation-controller animate
React简单动画 React UI动画变得简单 产品特点 从样式A到B的动画 CSS关键帧动画 链接动画序列 小尺寸,无其他依赖性 安装 $ npm install react-simple-animate 快速开始 组件 import React from " react " ; import { Animate , AnimateKeyframes , AnimateGroup } from " react-simple-animate " ; export default () => ( <> { /* animate individual element. */ }
【文件预览】:
react-simple-animate-master
----rollup.config.js(302B)
----package.json(2KB)
----.github()
--------FUNDING.yml(90B)
--------ISSUE_TEMPLATE()
--------workflows()
----.prettierrc(89B)
----jest.config.js(382B)
----website()
--------README.md(77B)
----LICENSE(1KB)
----CONTRIBUTING.md(511B)
----src()
--------logic()
--------animate.test.tsx(2KB)
--------useAnimate.ts(2KB)
--------constants()
--------useAnimateKeyframes.test.tsx(1KB)
--------animateKeyframes.test.tsx(933B)
--------useAnimateGroup.ts(4KB)
--------animate.tsx(2KB)
--------useAnimate.test.tsx(957B)
--------useAnimateKeyframes.ts(3KB)
--------animateGroup.tsx(2KB)
--------animateKeyframes.tsx(3KB)
--------animateGroup.test.tsx(1018B)
--------types.ts(1KB)
--------useAnimateGroup.test.tsx(2KB)
--------utils()
--------index.ts(375B)
----.npmignore(336B)
----.eslintrc.js(1KB)
----tsconfig.json(305B)
----.gitignore(978B)
----logo.png(38KB)
----.circleci()
--------config.yml(441B)
----tsconfig.jest.json(108B)
----README.md(8KB)
----yarn.lock(239KB)
----setup.ts(133B)