Luc Marrie
Digital Artist 🎨
Luc thinks that, because he learned some basic CSS animations, he can call himself a digital artist.
Just kidding... these aren't basic CSS animations; this is some hardcore stuff.
Creating these effects requires PHD-level mathematics and physics.
How is this possible? 🤔
Intersection Observer API
The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
React Intersection Observer
A React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport. Contains both a Hooks, render props and plain children implementation.