Hi,
Why it is not possible to use visibility instead of display to hide element before FX ?
Because if you want to use display: inline-block or other value than block, it's not works.
And if you want to "reserve" space for the element, only visibility can do that.
Thanks.