Files
everything-claude-code/docs/ja-JP/skills/remotion-video-creation/rules/text-animations.md
T
Claude 174e31b3fc feat(ja-JP): add skill sub-reference translations (angular, remotion, etc.)
Translated 85 skill sub-reference files to achieve full parity with
the English source:

- skills/angular-developer/references/ — 35 files (all references)
- skills/remotion-video-creation/rules/ — 28 files (all rules)
- skills/tinystruct-patterns/references/ — 5 files
- skills/openclaw-persona-forge/references/ — 6 files
- skills/skill-comply/prompts/ — 3 files
- skills/lead-intelligence/agents/ — 4 files
- skills/brand-voice/references/ — 1 file
- skills/frontend-slides/ — 2 files
- hooks/memory-persistence/README.md — 1 file

English source parity: 0 missing files (excluding rules/zh/, internal
docs, and experimental examples absent from zh-CN)
2026-05-18 06:15:26 +09:00

21 lines
912 B
Markdown

---
name: text-animations
description: Remotionのタイポグラフィとテキストアニメーションパターン。
metadata:
tags: typography, text, typewriter, highlighter ken
---
## テキストアニメーション
`useCurrentFrame()` に基づいて、文字列を1文字ずつ削減してタイプライター効果を作成します。
## タイプライター効果
点滅カーソルと最初の文の後のポーズを持つ高度な例については、[Typewriter](assets/text-animations-typewriter.tsx) を参照してください。
タイプライター効果には常に文字列スライスを使用してください。1文字ずつの透明度は使用しないでください。
## 単語のハイライト
ハイライトペンで引くようなアニメーションについては、[Word Highlight](assets/text-animations-word-highlight.tsx) を参照してください。