# Remotion Rule: Text Animations > Remotion skill rule: Typography and text animation patterns for Remotion.. Part of the official Remotion Agent Skill for programmatic video in React. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx skills add remotion-dev/skills ``` This rule activates automatically when working with text animations in a Remotion project. --- ## Intro Typography and text animation patterns for Remotion.. Part of the [Remotion AI Skill](https://tokrepo.com/en/workflows/57997ead-c8fa-409c-916f-28bbc0adc8d9) — the official Agent Skill for programmatic video creation in React. **Best for**: Developers using Remotion for text animations **Works with**: Claude Code, OpenAI Codex, Cursor --- ## Rule Content ## Text animations Based on `useCurrentFrame()`, reduce the string character by character to create a typewriter effect. ## Typewriter Effect See [Typewriter](assets/text-animations-typewriter.tsx) for an advanced example with a blinking cursor and a pause after the first sentence. Always use string slicing for typewriter effects. Never use per-character opacity. ## Word Highlighting See [Word Highlight](assets/text-animations-word-highlight.tsx) for an example for how a word highlight is animated, like with a highlighter pen. --- ## Source & Thanks > Created by [Remotion](https://github.com/remotion-dev). Licensed under MIT. > [remotion-dev/skills](https://github.com/remotion-dev/skills) — Rule: `text-animations` Part of the [Remotion AI Skill](https://tokrepo.com/en/workflows/57997ead-c8fa-409c-916f-28bbc0adc8d9) collection on TokRepo. --- Source: https://tokrepo.com/en/workflows/29a4a1e6-f3d7-4c48-aa33-caddbd0bd35e Author: Skill Factory