.bounce-top { -webkit-animation: bounce-top 0.9s 3s alternate both; animation: bounce-top 0.9s 3s alternate both; } .bg-pan-left { -webkit-animation: bg-pan-left 2s both; animation: bg-pan-left 2s both; } .bg-pan-br { background: rgb(34,193,195); background: linear-gradient(175deg, rgba(34,193,195,1) 30%, rgba(253,187,45,1) 90%); background-size: 400%, 400%; -webkit-animation: bg-pan-br 3s both; animation: bg-pan-br 3s both; } .tracking-in-contract { -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both; } .zon { position: absolute; left: 100px; top: 150px; width: 100px; }