Ae Expression Text banner
dvschultz dvschultz

Ae Expression Text

Development community

Description

--- name: ae-expression-text description: "Text expressions for After Effects: dynamic text, counters, timers, typewriter effects, text styling, and character-by-character animations." --- # AE Text Expressions Expressions for dynamic text, counters, styling, and text animations. ## Source Text Basics ### Access Source Text ```javascript // In Source Text property text.sourceText // Get current text value text.sourceText.value ``` ### Static Text ```javascript "Hello World" ``` ### Dyna

Installation

Installs to ~/.claude/skills/dvschultz-adobe-hut-ae-expression-text/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dvschultz-adobe-hut-ae-expression-text && curl -fsSL https://raw.githubusercontent.com/dvschultz/adobe-hut/HEAD/.claude/skills/ae-expression-text.md -o ~/.claude/skills/dvschultz-adobe-hut-ae-expression-text/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository