diff --git a/docs/index.html b/docs/index.html index cc3d0cb..748963e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1080,7 +1080,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.