Good Fella Lab
Blog
Working notes on GSAP and motion craft: the tutorials, comparisons and patterns behind the work. Written by Julian and Adrian Fella.
Jun 12, 2026Persistent Background Scenes in Nuxt 3: Scroll Restoration Without the SnapHow I kept a GSAP + Lenis mountain scene mounted across Nuxt page navigations and restored scroll position without breaking the camera. Real code from a recent build.
May 7, 2026GSAP easeReverse: The One-Line Fix Every Modal NeedsGSAP 3.15 added easeReverse, a property that fixes how easing behaves on reverse() animations. Here's why it matters and how to use it.
Apr 26, 2026Intersection Observer vs GSAP ScrollTrigger: Which Should You Use?Comparing Intersection Observer and GSAP ScrollTrigger for scroll animations. Performance, control, scrub, batch, and when each approach makes sense.
Apr 25, 2026GSAP Page Transitions in Next.js: A Practical Guide (2026)Learn how to build smooth GSAP page transitions in Next.js App Router. Covers overlay animations, exit animations, useGSAP cleanup, and common pitfalls.
Apr 24, 2026GSAP Hover Effects: 5 Patterns Worth Knowing (2026)Learn how to build GSAP hover effects that feel polished. Covers play/reverse pattern, magnetic effects, quickTo for mouse tracking, and React implementation.
Apr 23, 2026GSAP Stagger: Animate Lists and Grids with Rhythm (2026)Learn how to use GSAP stagger to animate multiple elements with perfect timing. Covers basic stagger, advanced object syntax, from options, and real-world grid reveals.
Apr 22, 2026CSS Animations vs GSAP: When to Use Each (2026)CSS animations vs GSAP compared honestly. Performance, control, complexity, and clear use-case recommendations for developers choosing between the two.
Apr 21, 2026GSAP in React: How to Use the useGSAP Hook (2026)Learn how to use GSAP in React with the useGSAP hook. Covers setup, refs, scoping, contextSafe callbacks, ScrollTrigger cleanup, and Next.js SSR patterns.
Apr 20, 2026GSAP Timeline Tutorial: Sequence Animations Like a Pro (2026)Learn how to use gsap.timeline() to sequence animations with precision. Covers the position parameter, defaults, labels, playback control, and real-world examples.
Apr 19, 2026GSAP ScrollTrigger Examples: 10 Scroll Animations You Can Use TodayTen production-ready GSAP ScrollTrigger patterns: fade reveals, parallax, text effects, SVG drawing, mask reveals, and flip animations. Copy-paste code for each.
Apr 17, 2026GSAP Text Animation: A Practical SplitText Guide (2026)How to animate text with GSAP SplitText. Covers chars, words, and lines with scroll-triggered reveals, stagger, and mask effects. Copy-paste examples included.
Apr 3, 2026GSAP vs Framer Motion vs React Spring: Which Should You Use in 2026?Comparing GSAP, Framer Motion, and React Spring for React animation. Bundle sizes, performance data, code examples, and honest recommendations.
Mar 27, 2026GSAP ScrollTrigger Tutorial: Animate on Scroll (2025)Learn GSAP ScrollTrigger with step-by-step examples. Includes code snippets, performance tips, and ready-to-use scroll animations for your project.