.float-up-enter-from,.float-up-leave-to{transform:translateY(var(--float-distance, 40px));opacity:0}.float-up-enter-active,.float-up-leave-active{transition:transform var(--float-duration, .4s) cubic-bezier(.2,.9,.2,1),opacity var(--float-duration, .4s) linear}.float-up-enter-to,.float-up-leave-from{transform:translateY(0);opacity:1}
