vercel-react-view-transitions
🎯Skillfrom vercel-labs/agent-skills
Implements smooth animations using React's View Transition API — the `<ViewTransition>` component, `addTransitionType`, transition classes, shared-element transitions, and Next.js `next/link` integration.
Overview
The vercel-react-view-transitions skill teaches AI agents how to implement smooth animations using React's View Transition API. It covers the ViewTransition component, addTransitionType for directional animations, transition classes with CSS pseudo-elements, and Next.js integration with the transitionTypes prop on next/link.
Key Features
- ViewTransition component with enter, exit, update, and share triggers for declarative transition control
- addTransitionType for directional animations such as forward/back navigation transitions
- Shared element transitions using the name prop for list-to-detail morphing effects
- Next.js integration with transitionTypes prop on next/link for route-level animations
- Ready-to-use CSS recipes (fade, slide, scale, flip) with prefers-reduced-motion accessibility support
Who is this for?
- React and Next.js developers adding polished page transitions and shared element animations
- AI agent users building web apps needing smooth navigation animations or Suspense fallback reveals
- Frontend teams implementing the View Transition API with accessibility and directional animation support
Same repository
vercel-labs/agent-skills(18 items)
Installation
npx vibeindex add vercel-labs/agent-skills --skill vercel-react-view-transitionsnpx skills add vercel-labs/agent-skills --skill vercel-react-view-transitions~/.claude/skills/vercel-react-view-transitions/SKILL.mdSKILL.md
More from this repository10
React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.
Web interface best practices auditor from Vercel Engineering. Reviews UI code against 100+ standards covering accessibility, animations, forms, images, and UX fundamentals.
React composition patterns skill from Vercel Labs that helps avoid boolean prop proliferation through compound components, state lifting, and internal composition techniques.
React Native best practices skill with 16 rules across 7 sections covering performance, layout, animation, images, state management, architecture, and platform-specific patterns for Expo and React Native apps.
Part of Vercel Labs agent skills collection that includes React/Next.js best practices, web design guidelines, React Native guidelines, and composition patterns — packaged as Agent Skills for AI coding agents.
A skill from the Vercel Labs agent-skills collection that enables AI coding agents to interact with the Vercel CLI using authentication tokens for deployment and project management.
React Native best practices optimized for AI agents from Vercel Engineering. 16 rules across 7 sections covering mobile performance, layout patterns, animations, and platform-specific implementation.
Guides AI agents in implementing robust software design patterns for component composition, modularity, and reusability across different programming paradigms.
A collection of AI agent skills from Vercel Labs covering React/Next.js performance optimization, web design accessibility auditing, React Native best practices, and View Transition API implementation.
Reviews documentation and prose against Vercel's writing handbook, auditing 80+ rules across voice, structure, content types, code samples, typography, and AI workflow.