1.0.1 • Published 8 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-moveUsage
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
8 years ago
2.0.0-beta.15
8 years ago
2.0.0-beta.13
8 years ago
2.0.0-beta.12
8 years ago
2.0.0-beta.11
8 years ago
2.0.0-beta.10
8 years ago
2.0.0-beta.9
8 years ago
2.0.0-beta.8
8 years ago
2.0.0-beta.7
8 years ago
2.0.0-beta.5
8 years ago
2.0.0-beta.4
8 years ago
2.0.0-beta.3
8 years ago
2.0.0-beta.1
8 years ago
2.0.0-beta.0
8 years ago
2.0.0
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago