Skip to content

Instantly share code, notes, and snippets.

View devalade's full-sized avatar
🎯
Focusing

Alade YESSOUFOU devalade

🎯
Focusing
View GitHub Profile
@devalade
devalade / coverflow-animation.tsx
Created October 28, 2024 14:58
Coverflow animation
import { PropsWithChildren, useEffect, useState } from "react";
import { Container } from "~/components/container";
import { ArrowLeft, ArrowRight } from "lucide-react";
import { range } from "~/utils/range";
const IMAGES = [
{
id: 1,
url: "https://images.pexels.com/photos/1366919/pexels-photo-1366919.jpeg",
},