transition-view.mustache revision 341bb1996b783cae466293aa5bc962318c8e48f5
div.demo {
div.demo p {
<p>The view of a Node instance can be transitioned by passing <code>true</code> to the <code>show</code> and <code>hide</code> methods.</p>
Y.one('.demo').show(true);
<p>The opposite of <code>show</code>, the <code>hide</code> method sets the node's CSS <code>display</code> property to <code>none</code>.</p>
Y.one('.demo').hide(true);