To hide and show a shape with KineticJS, we can set the visible property when we instantiate a shape, or we can use the hide() and show() methods.
Instructions: Click on the buttons to show and hide the shape.
Code Editor
Modified on April 9th, 2013
by Eric Rowell