Slash Command(includes usage info): "/hide", "/autohide", "/trans"
For help, type "/hide help" (or /ahide or /trans)
VisibilityOptions, (known in the code as Eclipse) provides the user with the ability to hide, autohide, and make transparent, several parts of the builtin user interface. By hide I mean completly make hidden, by autohide, I mean it will only show up, when the mouse hovers over the frame, and by make transparent, I mean make partially see through.
VisOpts provides an interface that any modder can make use of to hide, autohide, or make transparent, any frames they want to. It is all controlled by a very flexible set of registration functions. Look in the code for documentation on using these functions to register your own mod.
VisOpts is meant to replace both PopNUI and TransNUI, and it adds the ability to completly hide frames as well. PUI and TUI will be phased out, if you have any mods that use them, please update those mods to use VisOpts instead. You will find that the VisOpts registration is just as easy, if not easier(you can register a frame for hiding, autohiding and transparency all in one register) as PUI and TUI were.
NOTE: VisOpts is mostly backwards compatible with PUI and TUI. This means that any old mods that used PUI and TUI should work fine with VisOpts. VisOpts will complain that they are using old code though. However the mods will likely need to have an optional dependancy for VisibilityOptions, added.
NOTE: DO NOT USE VisibilityOptions and PopNUI or TransNUI at the same time!
--GUI Information--
This addon supports both Khaos and Cosmos, which will give you graphical configuration options, for every option this addon has. You can obtain Cosmos and Khaos from http://www.cosmosui.org

