Skip to main content
Back to Journal
Development Feb 04, 2026

How to Create a Scroll Based Image Sequence Animation in Next js 15 Using Blender

In this tutorial, I’ll show you how to create a smooth scroll-based image sequence animation using Next.js 15 (App Router) and image frames rendered from Blender.

In this tutorial, I’ll show you how to create a smooth scroll-based image sequence animation using Next.js 15 (App Router) and image frames rendered from Blender.

This is a great technique for:

  • Web-based product animations
  • 3D web presentation effects
  • Portfolio highlights
  • Custom interactive pages

📺 Watch the Full Tutorial:

📁 Project Source Code: View GitHub Repository

🛠️ Tools & Technologies Used:

  • Next.js 15 (App Router)
  • Blender (for rendering image frames)
  • TypeScript
  • Tailwind CSS
  • Canvas API

📌 Why I Made This

I’ve always been fascinated by how modern sites like Apple use image sequence animations for product showcases. I wanted to replicate that effect using open-source tools — and this is the result!

Key Features:

  • Image sequence rendering in Blender
  • Scroll position-based frame control
  • Canvas-based image rendering in Next.js
  • Smooth performance with preloaded images

Thanks for reading and watching 🚀

#Nextjs #Blender #ScrollAnimation #WebAnimation

Thanks for reading.

Details

5 min read
How to Create a Scroll Based Image Sequence Animation in Next js 15 Using Blender | Milap Dave | Milap Dave