From 257b4c224e5eb02fe48cff376e52071051809635 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Tue, 24 Apr 2012 23:36:57 +0200 Subject: [PATCH] added a link to page-transitions.html --- docs/pages/page-dialogs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/page-dialogs.html b/docs/pages/page-dialogs.html index bf9b8ad14a3..c157a454965 100644 --- a/docs/pages/page-dialogs.html +++ b/docs/pages/page-dialogs.html @@ -38,7 +38,7 @@

Creating dialogs

Transitions

-

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 data-transition attribute to the link. To make it feel more dialog-like, we recommend specifying a transition of "pop", "slideup" or "flip".

+

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 data-transition attribute to the link. To make it feel more dialog-like, we recommend specifying a transition of "pop", "slideup" or "flip".

<a href="foo.html" data-rel="dialog" data-transition="pop">Open dialog</a>