Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/motiondivision/motionone


https://github.com/motiondivision/motionone

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

Motion One logo

# 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).