summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-11-07 17:44:25 +0000
committerwjames5 <will@tekimaki.com>2007-11-07 17:44:25 +0000
commit929483d6fe127e0cbd6d36d1a3c4ec8ee27c1946 (patch)
tree235bdc60aff4ca98ff9c23610a066d335d4ec0d4 /templates/header_inc.tpl
parentd85ef3474a384366c004a116889ab0cc8acb5cba (diff)
downloadblogs-929483d6fe127e0cbd6d36d1a3c4ec8ee27c1946.tar.gz
blogs-929483d6fe127e0cbd6d36d1a3c4ec8ee27c1946.tar.bz2
blogs-929483d6fe127e0cbd6d36d1a3c4ec8ee27c1946.zip
make scroll animation faster because it was stuttering at slower rate
Diffstat (limited to 'templates/header_inc.tpl')
-rw-r--r--templates/header_inc.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index a79fe48..dfd7127 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.10 2007/11/06 15:07:06 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.11 2007/11/07 17:44:25 wjames5 Exp $ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'blogs_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'blogs' and $gBitUser->hasPermission( 'p_blogs_view' )}
<link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('blogs_rss_title',"{tr}Blogs{/tr} RSS")}" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" />
@@ -13,7 +13,7 @@
* conditionals to the pkg you are including center_list_blog_posts in.
*}
{if $ajax_more}
-{* override ajax callback for cool scroll effect *}
+{* @TODO develop custom callback - for now override ajax callback for cool scroll effect *}
{literal}
<script type="text/javascript">/* <![CDATA[ */
BitAjax.updaterCallback = function(target, rslt){
@@ -22,7 +22,7 @@
if (e != null){
e.style.display = 'none';
e.innerHTML = rslt.responseText;
- MochiKit.Visual.blindDown( e, {duration:2} );
+ MochiKit.Visual.blindDown( e, {duration:1} );
}
}
/* ]]> */</script>