Capítulo 624 de 988

Chapter 624: uvTranslate()

Core Idea

_Part of the @remotion/effects package.

Key Concepts

  • Preview
  • Example
  • API
  • u?
  • v?
  • disabled?
  • See also

Code Examples

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

Key Takeaways

  1. Understand preview when working with uvTranslate().
  2. Understand example when working with uvTranslate().
  3. Understand api when working with uvTranslate().
  4. Understand u? when working with uvTranslate().
  5. Understand v? when working with uvTranslate().

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.