Capítulo 310 de 411

Chapter 310: Pixi

Core Idea

gsap.registerPlugin(PixiPlugin)

Code Examples

gsap.registerPlugin(PixiPlugin)
  • What it demonstrates: typical usage of Pixi in a GSAP animation.

Reference Tables

#### PixiPlugin.registerPIXI( PIXI:Object ) ;Registers the main PIXI library object with the PixiPlugin so that it can find the necessary classes/objects. You only need to register it once.

Key Takeaways

  1. gsap.registerPlugin(PixiPlugin)

Connects To