I have a friend who wants musical notes to move across his web page, does anyone have a way to do it with CSS3 or would you advise using only JavaScript?
Libraries such as https://animejs.com/ are designed for frontend animations. CSS has some basic animations built in, but any advanced ones must be custom written in JavaScript.