Grundlage für bewegliche Elemente per CSS kann z.Bsp. ein solcher Eintrag sein:
@-webkit-keyframes testmove { 0% {top: 0px; left: 0px; background: red;} 25% {top: 0px; left: 100px; background: blue;} 50% {top: 50px; left: 0px; background: green;} 75% {top: 50px; left: 100px; background: yellow; color: black} 100% {top: 0px; left: 0px; background: red;}}
cirrus minor hat das Thema Soundeffekt bei Bild-Mouseover erstellt.