From 10b3f7e500440e9d2719fb5c460d7e4f16ec898c Mon Sep 17 00:00:00 2001 From: Truong Nguyen Date: Sun, 18 Nov 2012 11:28:04 -0800 Subject: [PATCH] - clarify how push.js handle .bar-tab and .bar-title when going from one page to another - https://github.com/maker/ratchet/issues/119 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 96c1c6f..2237bca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1037,7 +1037,7 @@ document <a href="two.html">Two<a> -

This will use push to replace everything in the .content div with the .content of two.html. It will also update .bar-title and .bar-tab if you have them on both pages.

+

This will use push to replace everything in the .content div with the .content of two.html. Also, it will either update or remove .bar-title and .bar-tab according to their presences in two.html.

Now that pages are being loaded through push, it's easy to specify transitions for animations between pages. There are three different transitions to chose from: fade, slide-in, or slide-out.