Skip to content

Commit

Permalink
Docs: changed recommended transition slideup with slidedown (page-dia…
Browse files Browse the repository at this point in the history
…logs.html)
  • Loading branch information
agcolom authored and arschmitz committed Oct 16, 2012
1 parent bc7f275 commit 1c6315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/page-dialogs.html
Expand Up @@ -38,7 +38,7 @@ <h2>Creating dialogs</h2>




<h2>Transitions</h2> <h2>Transitions</h2>
<p>By default, the dialog will open with a 'pop' transition. Like all pages, you can specify any <a href="page-transitions.html">page transition</a> you want on the dialog by adding the <code>data-transition</code> attribute to the link. To make it feel more dialog-like, we recommend specifying a transition of "pop", "slideup" or "flip".</p> <p>By default, the dialog will open with a 'pop' transition. Like all pages, you can specify any <a href="page-transitions.html">page transition</a> you want on the dialog by adding the <code>data-transition</code> attribute to the link. To make it feel more dialog-like, we recommend specifying a transition of "pop", "slidedown" or "flip".</p>


<code> <code>
&lt;a href=&quot;foo.html&quot; data-rel=&quot;dialog&quot; data-transition=&quot;pop&quot;&gt;Open dialog&lt;/a&gt; &lt;a href=&quot;foo.html&quot; data-rel=&quot;dialog&quot; data-transition=&quot;pop&quot;&gt;Open dialog&lt;/a&gt;
Expand Down

0 comments on commit 1c6315f

Please sign in to comment.