Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motiondivision/motionone
https://github.com/motiondivision/motionone
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/motiondivision/motionone
- Owner: motiondivision
- License: mit
- Created: 2021-03-20T06:49:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:36:49.000Z (9 months ago)
- Last Synced: 2024-04-15T12:22:20.997Z (7 months ago)
- Language: TypeScript
- Homepage: https://motion.dev
- Size: 15.2 MB
- Stars: 2,318
- Watchers: 55
- Forks: 49
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - motiondivision/motionone - (TypeScript)
README
# Motion One
This is the Motion One monorepo. It contains the source code for all Motion One libraries.
## 🕵️♂️ Source code
- [`motion`](https://github.com/motiondivision/motionone/tree/main/packages/motion): The main entry point for Motion One.
- [`@motionone/animation`](https://github.com/motiondivision/motionone/tree/main/packages/animation): A minimal, focused polyfill for WAAPI.
- [`@motionone/dom`](https://github.com/motiondivision/motionone/tree/main/packages/dom): DOM-specific APIs like `animate` and `scroll`.
- [`@motionone/easing`](https://github.com/motiondivision/motionone/tree/main/packages/easing): JavaScript implementations of web easing functions.
- [`@motionone/generators`](https://github.com/motiondivision/motionone/tree/main/packages/generators): Keyframe generators like `spring` and `glide`.
- [`@motionone/types`](https://github.com/motiondivision/motionone/tree/main/packages/types): Shared types for Motion One packages.
- [`@motionone/utils`](https://github.com/motiondivision/motionone/tree/main/packages/utils): Shared utility functions across Motion One packages.## 🛠 DevTools
Create Motion One and CSS animations faster than ever with [Motion DevTools](https://motion.dev/tools).
## 📚 Documentation
Full docs are available at [motion.dev](https://motion.dev).