Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediamonks/transition-component
Add GreenSock animations to your components!
https://github.com/mediamonks/transition-component
muban transition-component transition-logic
Last synced: 25 days ago
JSON representation
Add GreenSock animations to your components!
- Host: GitHub
- URL: https://github.com/mediamonks/transition-component
- Owner: mediamonks
- License: mit
- Created: 2021-04-14T07:17:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T11:21:00.000Z (5 months ago)
- Last Synced: 2024-10-19T12:39:55.226Z (about 1 month ago)
- Topics: muban, transition-component, transition-logic
- Language: TypeScript
- Homepage: https://mediamonks.github.io/transition-component/
- Size: 6.61 MB
- Stars: 11
- Watchers: 21
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build and Test CI](https://github.com/mediamonks/transition-component/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/mediamonks/transition-component/actions/workflows/build-and-test.yml)
# @mediamonks/transition-component
Monorepo that contains everything related to animations!
## 📦 Packages
| Package | Version | Downloads |
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- |
| `@mediamonks/core-transition-component` | [![](https://img.shields.io/npm/v/@mediamonks/core-transition-component)](https://npmjs.com/@mediamonks/core-transition-component) | ![](https://img.shields.io/npm/dm/@mediamonks/core-transition-component) |
| `@mediamonks/muban-storybook-addon-transition` | [![](https://img.shields.io/npm/v/@mediamonks/muban-storybook-addon-transition)](https://npmjs.com/@mediamonks/muban-storybook-addon-transition) | ![](https://img.shields.io/npm/dm/@mediamonks/muban-storybook-addon-transition) |
| `@mediamonks/muban-transition-component` | [![](https://img.shields.io/npm/v/@mediamonks/muban-transition-component)](https://npmjs.com/@mediamonks/muban-transition-component) | ![](https://img.shields.io/npm/dm/@mediamonks/muban-transition-component) |
| `@mediamonks/react-animation` | [![](https://img.shields.io/npm/v/@mediamonks/react-animation)](https://npmjs.com/@mediamonks/react-animation) | ![](https://img.shields.io/npm/dm/@mediamonks/react-animation) |
| `@mediamonks/react-transition-presence` | [![](https://img.shields.io/npm/v/@mediamonks/react-transition-presence)](https://npmjs.com/@mediamonks/react-transition-presence) | ![](https://img.shields.io/npm/dm/@mediamonks/react-transition-presence) |## 🎓 Documentation
Have a look at the [documentation](https://mediamonks.github.io/transition-component/)
## 💪 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would
like to change. Please make sure to update tests accordingly.Installation requires a greensock license, create a .npmrc file in the root of the repository with
the necessary configuration to install the business package.```
.npmrc//npm.greensock.com/:_authToken=
@gsap:registry=https://npm.greensock.com```
## 📝 License
[MIT](./LICENSE)