body {
    transition: width 1s ease-in-out;
}
div {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

