Add verticalAlignment
prop to support bottom-aligned containers
Formerly, Flip Move leave animations would be wonky if the container's height didn't shrink from the bottom.
When setting containers with bottom: 0;
, the child elements would jump down and fade away from the wrong position.
This release fixes that. Thanks to @donaldpipowitch for identifying the issue.