Capítulo 560 de 988

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

  1. Understand example when working with <AnimatedEmoji>.
  2. Understand props when working with <AnimatedEmoji>.
  3. Understand emoji when working with <AnimatedEmoji>.
  4. Understand scale? when working with <AnimatedEmoji>.
  5. 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.