-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.27 KB
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@idevgames/motion-js",
"version": "1.0.0",
"description": "Motion.js is a global time engine for CSS-native animation. It updates time-reactive CSS variables once per second while CSS handles smooth 60fps interpolation. Outputs --motion-time, --motion-progress, --motion-loop, --motion-bounce, and --motion-noise. Build custom animations entirely in CSS or pair with motion-animations.css for ready-made effects. Perfect for ambient motion, loading states, continuous animations, and time-driven UI effects.",
"main": "src/motion.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iDev-Games/motion-js.git"
},
"keywords": [
"motion",
"time-based",
"css",
"html",
"design",
"js",
"frontend",
"simple",
"animation",
"css-animations",
"css-variables",
"time-animations",
"data-attribute-html",
"loading-animations",
"ambient-motion",
"continuous-animation",
"raf",
"requestAnimationFrame",
"performance"
],
"author": "iDev Games",
"license": "MIT",
"bugs": {
"url": "https://github.com/iDev-Games/motion-js/issues"
},
"homepage": "https://github.com/iDev-Games/motion-js#readme",
"publishConfig": {
"@iDev-Games:registry": "https://npm.pkg.github.com"
}
}