hextastudio/ui needs your support to stay running 🫶 Help us
Block Reveal
A block reveal animation effect using GSAP.
Preview
HELLO THERE!
tsx
import gsap from "gsap";
import { useEffect, useRef } from "react";
const BlockReveal = ({
width = 20,
height = 20,
boxColor = "#86ff82",
}: {
width?: number;
height?: number;