Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posva/vue-motion
Easy and natural state transitions
https://github.com/posva/vue-motion
animation motion transition vue
Last synced: 5 days ago
JSON representation
Easy and natural state transitions
- Host: GitHub
- URL: https://github.com/posva/vue-motion
- Owner: posva
- License: mit
- Created: 2017-03-02T11:20:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T20:38:05.000Z (about 1 year ago)
- Last Synced: 2025-01-18T03:06:28.139Z (12 days ago)
- Topics: animation, motion, transition, vue
- Language: JavaScript
- Homepage: https://posva.net/vue-motion
- Size: 1.03 MB
- Stars: 378
- Watchers: 9
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/funding.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# VueMotion
[![Build Status](https://img.shields.io/circleci/project/posva/vue-motion.svg)](https://circleci.com/gh/posva/vue-motion) [![codecov](https://codecov.io/gh/posva/vue-motion/branch/master/graph/badge.svg)](https://codecov.io/gh/posva/vue-motion) [![npm](https://img.shields.io/npm/v/vue-motion.svg)](https://www.npmjs.com/package/vue-motion) [![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/) ![size](http://img.badgesize.io/posva/vue-motion/master/dist/vue-motion.min.js.svg?compression=gzip&nocache)
> Easy and natural state transitions
## Documentation
Check out the [docs](https://posva.net/vue-motion/#/home) and
the [Demo](https://posva.net/vue-motion)```bash
npm install --save vue-motion
```## Development
```bash
npm run dev
```## License
Thanks to @chenglou and all who contributed to [react-motion](https://github.com/chenglou/react-motion), from which, this project was inspired.
[MIT](http://opensource.org/licenses/MIT)