一键导入
animejs-text-splitting
Plan and implement Anime.js splitText() effects for lines, words, and characters with responsive, accessible, and cleanup-aware behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan and implement Anime.js splitText() effects for lines, words, and characters with responsive, accessible, and cleanup-aware behavior.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Authenticated browser QA on the Voyager dev server — mint real AuthKit sessions for seeded test personas via /api/dev/login, then drive the UI with Playwright. Use whenever QA, visual review, or E2E verification needs a logged-in user.
Orchestrate parallel work across worker agents in herdr panes (omp by default; fable/claude workers on explicit user request) — spawn or discover workers, dispatch assignment packets, monitor liveness, and verify results before committing. Use whenever a code change should be delegated instead of implemented firsthand (delegation-first policy), e.g. /herdr-orchestrate 3 to spawn three workers, or /herdr-orchestrate p17,p18,p19 to use existing panes.
Observe Herdr peers safely with native read-only herdr commands.
Initialize or repair AOC context, memory, and tasks safely.
Ponytail review, audit, and debt workflows for over-engineering review and shortcut ledger scans. Use for /ponytail review, /ponytail audit, /ponytail debt, or when asked what to delete, simplify, or track as ponytail debt.
Anime.js v4 API correctness, imports, targeting, value mapping, refresh/revert semantics, and sane implementation defaults. Use when writing or fixing Anime.js code.
| name | animejs-text-splitting |
| description | Plan and implement Anime.js splitText() effects for lines, words, and characters with responsive, accessible, and cleanup-aware behavior. |
Use this skill when the task involves text reveals or text choreography.
splitText() is described by Anime.js as lightweight, responsive, and accessible.
It can split:
Important settings include:
lineswordscharsincludeSpacesaccessibledebugImportant methods include:
revert()addEffect()refresh()Choose the split level intentionally:
refresh().revert().accessible behavior explicitly.Reference official text notes in ../animejs-core-api/references/official-docs-map.md.