AgentSkillsCN

webflow-page-transitions

使用 Taxi.js 管理并实现客户端页面过渡效果。适用于创建过渡动画、处理跨页面状态,或调试导航逻辑。

SKILL.md
--- frontmatter
name: webflow-page-transitions
description: Manage and implement client-side page transitions using Taxi.js. Use when creating transition animations, handling cross-page state, or debugging navigation.

Webflow Page Transitions

Navigation and transition architecture using Taxi.js.

Sequence

  1. User clicks link.
  2. transitionOut triggers onPageOut in current modules.
  3. Modules are destroyed.
  4. New content loads.
  5. Modules are created and onPageIn triggers.
  6. onMount runs.