文件名称:animate:使用AnimationFrame API创建和管理动画功能
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-15 00:40:24
javascript typescript animation loop requestanimationframe
@bitty/animate 使用AnimationFrame API创建和管理动画功能。 :high_voltage: 无依赖关系且小于170B (缩小了ESM +压缩); :label: TS开发人员和IDE / Editor intellisense的类型定义; :package: CommonJS,ESM和UMD发行版( CDN使用UMD作为默认值); 在查看气泡示例 安装 该库在NPM注册表中发布,可以使用任何兼容的程序包管理器进行安装。 npm install @vitorluizc/animate --save # For Yarn, use the command below. yarn add @vitorluizc/animate 从CDN安装 该模块具有可通过JSDelivr和Unpkg CDN使用的UMD捆绑包。 < script src =" https://cdn.jsdelivr.net/npm/
【文件预览】:
animate-master
----tsconfig.build.json(270B)
----rollup.config.js(867B)
----src()
--------animate.ts(2KB)
--------animate.spec.ts(4KB)
----tsconfig.test.json(220B)
----tsconfig.json(120B)
----LICENSE(1KB)
----README.md(4KB)
----pnpm-lock.yaml(64KB)
----.gitignore(530B)
----.prettierrc.js(50B)
----package.json(2KB)