0.4.4 • Published 6 years ago

react-transient v0.4.4

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

React-Transient

npm version

Install

NPM

npm install react-transient
import { Transition, TransitionGroup } from 'react-transient'
const Foo = () => (
    <Transition name='foo' mode='out-in'>
        {/*...*/}
    </Transition>
)

Unpkg

<script src="https://unpkg.com/react-transient/dist/react-transient.min.js"></script>
const { Transition, TransitionGroup } = ReactTransient
const Foo = () => React.createElement(Transition, {
    name: 'foo'
    mode: 'out-in'
}, /*...*/)

API

Documentation is coming soon! For now, please take a look at the source Typescript files for props definitions:

Examples

Transition Modes

Advanced

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago