Capítulo 568 de 988

Chapter 568: chromaticAberration()

Core Idea

_Part of the @remotion/effects package.

Key Concepts

  • Preview
  • Example
  • API
  • amount?
  • angle?
  • disabled?
  • Requirements
  • See also

Code Examples

export const MyComp: React.FC = () => {
  return (
    <AbsoluteFill>
      <Video
        src="https://remotion.media/video.mp4"
        effects={[
          chromaticAberration({
            amount: 8,
            angle: 0,
          }),
        ]}
      />
    </AbsoluteFill>
  );
};
  • What it demonstrates: Usage pattern for chromaticAberration() from the official docs.

Key Takeaways

  1. Understand preview when working with chromaticAberration().
  2. Understand example when working with chromaticAberration().
  3. Understand api when working with chromaticAberration().
  4. Understand amount? when working with chromaticAberration().
  5. Understand angle? when working with chromaticAberration().

Connects To

  • Animated Emoji: related page in the Effects Library section.
  • get Available Emoji: related page in the Effects Library section.
  • api: related page in the Effects Library section.