EffectComposerBank<TClip>: ReadonlyRecord<string, EffectComposer<ReadonlyPick<TClip,
    | "domElem"
    | "getEffectDetails"
    | "getStatus"
    | "getStyles">, Layer3MutableClipConfig<TClip>>>

Object containing EffectComposer entries for a specific category of animation effects. For example, there is an effect composer bank containing composers for entrance animation effects.

Type Parameters