Skip to content

Commit

Permalink
added a link to page-transitions.html
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed Apr 24, 2012
1 parent 9e924e6 commit 257b4c2
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>
<p>By default, the dialog will open with a 'pop' transition. Like all pages, you can specify any page transition 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", "slideup" or "flip".</p>

<code>
&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 257b4c2

Please sign in to comment.