@keyframes place-rotating-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.place-rotating-in{animation:place-rotating-in var(--place-rotate-duration,.2s) cubic-bezier(.16,1,.3,1) both}