Skip to content

Instantly share code, notes, and snippets.

@ebucario
ebucario / main-page-parallax-bg.js
Created June 16, 2026 04:47
main-page-parallax-bg
class MainPageParallaxBg extends HTMLElement {
static observedAttributes = ["image-bg", "image-mid", "image-fg"];
divRefs = {
"image-bg": null,
"image-mid": null,
"image-fg": null,
};
attributeRefs = {
"image-bg": null,
"image-mid": null,