It would be nice to be able to do: ``` html <div v-show.visible="bool"></div> ``` ... to toggle between `visibility:hidden` and `visibility:visible`. My use case is an element with a transition. When the element transitions out, I'd prefer for the space it took up to not collapse.