UNPKG

anime-ts

Version:

A lightweight and flexible JS/TS animation library that provides smooth animation with precise control. Features include customizable durations, timing functions, delays, and lifecycle hooks. Perfect for creating performant web animations with minimal ove

47 lines (46 loc) 1.19 kB
{ "name": "anime-ts", "version": "3.2.1", "description": "A lightweight and flexible JS/TS animation library that provides smooth animation with precise control. Features include customizable durations, timing functions, delays, and lifecycle hooks. Perfect for creating performant web animations with minimal overhead.", "type": "module", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "import": "./lib/index.js", "types": "./lib/index.d.ts" } }, "scripts": { "build": "rimraf lib && tsc", "prepare": "npm run build" }, "keywords": [ "anime-ts", "anime", "anime ts", "animation", "css-transitions", "web-animation", "typescript", "javascript", "dom-animation", "transition", "animate", "ui-animation", "front-end", "web-development", "animation-library", "performance", "lightweight", "css-animation", "animation-control" ], "author": "Mohammad Gholami", "license": "MIT", "files": [ "lib/**/*", "LICENSE.md" ] }