#example-element{animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in;background-color:#1766aa;border-radius:50%;border:5px solid #333;color:#fff;height:150px;margin:auto;margin-left:0;width:150px}@keyframes slide{from{background-color:orange;color:#000;margin-left:0}to{background-color:orange;color:#000;margin-left:80%}}@keyframes bounce{from{background-color:orange;color:#000;margin-top:0}to{background-color:orange;color:#000;margin-top:40%}}