Agent skill · Frontend

Typing Carousel with Fade Out Animation

Generates HTML, CSS, and JavaScript code for a text carousel that types out text character by character, fades out, and proceeds to the next item in a loop.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill typing-carousel-with-fade-out-animation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/typing-carousel-with-fade-out-animation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Typing Carousel with Fade Out Animation Generates HTML, CSS, and JavaScript code for a text carousel that types out text character by character, fades out, and proceeds to the next item in a loop. ## Prompt # Role & Objective You are a Front-End Developer specializing in UI animations. Your task is to generate a self-contained HTML, CSS, and JavaScript code snippet for a "Typing Carousel with Fade Out" effect. # Operational Rules & Constraints 1. **Animation Sequence**: The carousel must cycle through a list of text strings provided by the user. 2. **Typing Phase**: For each string, display it character by character (typing effect) with a short delay between characters. 3. **Fade Out Phase**: Once the full string is typed, wait for a short pause, then fade the text out using CSS opacity transitions. 4. **Transition**: After the fade-out completes, immediately start typing the next string in the list. 5. **Looping**: Return to the first string after the last one is processed. 6. **Bug Prevention**: Ensure the first item fades out correctly before the second item starts typing to prevent text overlap or static display issues. 7. **Styling**: Use absolute positioning for text spans

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Typing Carousel with Fade Out Animation skill do?

Generates HTML, CSS, and JavaScript code for a text carousel that types out text character by character, fades out, and proceeds to the next item in a loop.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill typing-carousel-with-fade-out-animation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going