View Transitions are easy — until they’re not. The API gives you the primitives. But real work starts when you need control: timing, performance, navigation context. The 𝗩𝗶𝗲𝘄 𝗧𝗿𝗮𝗻𝘀𝗶𝘁𝗶𝗼𝗻𝘀 𝗧𝗼𝗼𝗹𝗸𝗶𝘁 by Bramus Van Damme is a solid set of utilities that covers what the native API leaves unresolved. The module I find most useful is Animations. It lets you extract VT animations, measure pseudo-element geometry, and optimize ::𝘷𝘪𝘦𝘸-𝘵𝘳𝘢𝘯𝘴𝘪𝘵𝘪𝘰𝘯-𝘨𝘳𝘰𝘶𝘱 animations — for example, switching from layout-based animation (width/height) to transform-based ones for better performance. A good companion to the Next.js 𝗩𝗶𝗲𝘄 𝗧𝗿𝗮𝗻𝘀𝗶𝘁𝗶𝗼𝗻𝘀 guide and the Vercel 𝗥𝗲𝗮𝗰𝘁 𝗩𝗶𝗲𝘄 𝗧𝗿𝗮𝗻𝘀𝗶𝘁𝗶𝗼𝗻𝘀 package if you’re building in that stack.  • 𝗧𝗼𝗼𝗹𝗸𝗶𝘁 — https://lnkd.in/dWDSYaZB  • 𝗚𝘂𝗶𝗱𝗲 — https://lnkd.in/dsAtbTdf  • 𝗦𝗸𝗶𝗹𝗹 — https://lnkd.in/dWyMx9XG Have you tried using View Transitions in production yet? #Frontend #CSS #WebDevelopment #DesignEngineering #NextJS

To view or add a comment, sign in

Explore content categories