Chapter 560: <AnimatedEmoji>
Core Idea
_Part of the @remotion/animated-emoji package. _ _available from v4.
Key Concepts
- Example
- Props
- emoji
- scale?
- calculateSrc?
- See also
Code Examples
export const MyAnimation: React.FC = () => {
return <AnimatedEmoji emoji="blush" />;
};
- What it demonstrates: Usage pattern for
<AnimatedEmoji> from the official docs.
Key Takeaways
- Understand example when working with
<AnimatedEmoji>.
- Understand props when working with
<AnimatedEmoji>.
- Understand emoji when working with
<AnimatedEmoji>.
- Understand scale? when working with
<AnimatedEmoji>.
- Understand calculatesrc? when working with
<AnimatedEmoji>.
Connects To
- get Available Emoji: related page in the Effects Library section.
- api: related page in the Effects Library section.
- Barrel Distortion: related page in the Effects Library section.