use react-spring native

This commit is contained in:
2018-05-28 00:32:57 +03:00
parent bda7727a09
commit 28e560fe24

View File

@@ -18,6 +18,7 @@ export default function TodosContainer(props) {
return (
<ul id="list">
<Transition
native
keys={props.todos.map(todo => todo.id)}
from={{ maxHeight: 0 }}
enter={{ maxHeight: 100 }}