diff --git a/skills/react-view-transitions.zip b/skills/react-view-transitions.zip index 42983c4a..da331d32 100644 Binary files a/skills/react-view-transitions.zip and b/skills/react-view-transitions.zip differ diff --git a/skills/react-view-transitions/SKILL.md b/skills/react-view-transitions/SKILL.md index dcecd8e3..e33a99d0 100644 --- a/skills/react-view-transitions/SKILL.md +++ b/skills/react-view-transitions/SKILL.md @@ -1,6 +1,6 @@ --- name: vercel-react-view-transitions -description: Guide for implementing smooth, native-feeling animations using React's View Transition API (`` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries. +description: Guide for implementing smooth, native-feeling animations using React's View Transition API (the `ViewTransition` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries. license: MIT metadata: author: vercel