Was: genFx is not defined, Now: Toggle visibility property with default Effects methods

Was: genFx is not defined, Now: Toggle visibility property with default Effects methods

Line 5922 defines the genFx function that looks to be in the global scope (window.genFx), but when I try to access it I get the error "genFx is not defined".

I'm trying to define a show/hide/toggle alternative by overwriting the original jQuery functions. Each one uses 'this.animate();' which uses genFx.

The reason in need to overwrite the originals is they do not alter the 'visibility' css property. Screenreaders do not fully ignore an element unless it's visibility set to hidden and my project requires full accessibility for screenreaders.

Any help or alternative approaches are appreciated.