max-barry / sunsetseekers.club

A collection of blend mode and video tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SunsetSeekers.club

One day this will be a site about sunsets. Until then, it's just goofing around with blend modes and video.

sunseekers.club

The Code

All the text is live. There are pseudo elements with the bands over the text which combines with the blend mode to make something unorthodox.

// src/scss/_hero.scss

h1 {
    font-size: 17vw;
    mix-blend-mode: overlay;
}

Branches

kitchen-sink contains the entire original project including:

  • "Fullscreen to unlock" experience
  • Experimental narrative keyline effect

About

A collection of blend mode and video tests.


Languages

Language:CSS 43.6%Language:JavaScript 40.1%Language:HTML 16.3%