@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in-div{animation-name:fade-in;animation-timing-function:ease-in-out}