I have a CSS question

Hi!
I need to know what it’s called when a content on a website moves when scrolling & coming into place. Watch the example homeservice.co

I havent done css in a while, but my best guess is they are using css animations. You can read about them here, and see the several examples the site shows. You can see the square moving around the screen and changing color. You can do a lot with this.

I am not sure what it is called but it is probably a WP plugin of some sort that creates the effect.

Oh ok. Thanks for your answer.

It’s basically just animate on scroll. You can use something like the AOS lib for it if you do not want to do it all by hand.

Also, while it is a nice effect, don’t over do it like the web page you pointed to above. Subtlety is usually better when it comes to things like this.