Parallax Effect for Background Images

Not yet, @JulianM.

In case you are referring to this:

It’s the CSS property background-attachment, which does basically the following:

The background-attachment CSS property sets whether a background image’s position is fixed within the viewport, or scrolls with its containing block.

:information_source: background-attachment - CSS: Cascading Style Sheets | MDN (mozilla.org)