Scroll Driven Animations

Entrances

In & Out


The Technique

Demo uses attr() but you don’t have to

Keyframes look like this:

@keyframes slide-in-from-left {
  from {
    transform: translateX(-100%);
  }
}