LogoPixi’VN
indexType aliases

Type Alias: FadeTransition

> FadeTransition = object

Defined in: src/schema/PixiVNJsonMediaTransiotions.ts:36

Fade transition — fades the element in or out by animating its alpha value.

Properties

priority?

> optional priority?: UPDATE_PRIORITY

Defined in: src/schema/PixiVNJsonMediaTransiotions.ts:45

Pixi.js update priority for the transition ticker callback.


props?

> optional props?: FadeTransitionProps

Defined in: src/schema/PixiVNJsonMediaTransiotions.ts:41

Configuration options for the fade transition.


type

> type: "fade"

Defined in: src/schema/PixiVNJsonMediaTransiotions.ts:37

On this page