Hey, I'm trying to animate Glitch Filter from PIXI.Filters with this code:
let new PixiFilters.GlitchFilterslices0, offset20, seed0, blue0, 0, red0, 0, green0, 0
to, duration0.2,
pixired0, 0,
green0, 0,
blue0, 0,
But i get this error:
Glitch {uniformBindCount: 0, program: Program, uniformGroup: UniformGroup, disposeRunner: Runner, padding: 0, …} 'is not a DisplayObject or PIXI was not found. PixiPlugin.registerPIXI(PIXI);'
I've also registered PIXI plugin for gsap. Is still supported plugin for pixi?