.horizontalContainer {
    transform-origin: bottom;
    transition: all 400ms cubic-bezier(0.05, 0.7, 0.1, 1.0);
}

.horizontalLabel {
    transition: 100ms cubic-bezier(0.05, 0.7, 0.1, 1.0), transform 400ms cubic-bezier(0.05, 0.7, 0.1, 1.0);
}

.verticalLabelContainer {
    transition: height 400ms cubic-bezier(0.05, 0.7, 0.1, 1.0);
}

.navigationRailContainer {
    transition: min-width 400ms cubic-bezier(0.05, 0.7, 0.1, 1);

}

.navigationMargin {
    transform-origin: bottom;
    transition: all 400ms cubic-bezier(0.05, 0.7, 0.1, 1.0);

}

.floatingActionButton {
    transition: width 400ms cubic-bezier(0.05, 0.7, 0.1, 1.0), box-shadow 100ms linear;
}