https://benteodor.github.io/Loader-Animation/
I built a loader animation where I have used new notions like "@keyframes move { 0% { transform: translateX(0); background-color: hotpink; } 100% { transform: translateX(300px); background-color: olive; } }"