July 27, 2026/complex/Galleries & Media/Lama Lama

Lamalama Case List

An accordion-style featured-work list (Lama Lama agency). Each full-bleed row shows a title, mono tag chips, a ( + ) indicator that types 'View' on hover, and a 120px media strip that bleeds off the right screen edge. Clicking a row GSAP-Flip-morphs the same image/video nodes into a 400px draggable gallery below while the case description reveals word by word and pill buttons fade in. One row open at a time; expo.out/power4.out timing throughout, typewriter reveals on all mono microcopy.

We partner with brands that dare to lead and help them grow through digital. Here’s a taste of the work we’ve loved making and others have loved using.

[ Featured work ]
"use client";

import { useEffect } from "react";
import LamalamaCaseList from "./index.jsx";
import { lamalamaCaseList } from "../demo-data.js";
import styles from "./demo.module.css";

export default function LamalamaCaseListDemo() {
  // Original site runs smooth scroll on the page
  useEffect(() => {
    let lenis;
    let cancelled = false;

    (async () => {
      const { default: Lenis } = await import("lenis");
      if (cancelled) return;
      lenis = new Lenis({ autoRaf: true });
    })();

    return () => {
      cancelled = true;
      lenis?.destroy();
    };
  }, []);

  return (
    <div className={styles.demo}>
      <LamalamaCaseList {...lamalamaCaseList} />
    </div>
  );
}
  • gsap

Related Components

1W AGO
BeNorth Reelgalleries
1W AGO
Inkfish Work Gridgalleries
1MO AGO
Infinite Draggable Gridgalleries