1.0.1 • Published 7 years ago
exmg-react-move v1.0.1
exmg-react-move
Animate updates (enter / leave / move) with flip technique.
exmg-react-move does not support stateless components.
All children must have a unique key prop.
TODO
- Custom transitions for enter/move/leave
Demo
TODO Check out the demo.
Install
npm install exmg-react-move
Usage
Example
import React, { Component } from 'react';
import Move from 'exmg-react-move';
class MoveExample extends Component {
state = {
list: ['a', 'b', 'c'],
};
render() {
return (
<Move>
{ this.state.list.map(id =>
<div key={ id }>{ id }</div>) }
</Move>
)
}
}
2.0.0-beta.16
7 years ago
2.0.0-beta.15
7 years ago
2.0.0-beta.13
7 years ago
2.0.0-beta.12
7 years ago
2.0.0-beta.11
7 years ago
2.0.0-beta.10
7 years ago
2.0.0-beta.9
7 years ago
2.0.0-beta.8
7 years ago
2.0.0-beta.7
7 years ago
2.0.0-beta.5
7 years ago
2.0.0-beta.4
7 years ago
2.0.0-beta.3
7 years ago
2.0.0-beta.1
7 years ago
2.0.0-beta.0
7 years ago
2.0.0
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago