Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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)