[yelp-xsl] mal2html-page.xsl: Make mouseovers faster
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] mal2html-page.xsl: Make mouseovers faster
- Date: Sat, 19 Mar 2011 17:03:07 +0000 (UTC)
commit 39f50a61bd89853adca97f1c3d51c78588e9a49f
Author: Shaun McCance <shaunm gnome org>
Date: Sat Mar 19 13:01:32 2011 -0400
mal2html-page.xsl: Make mouseovers faster
xslt/mallard/html/mal2html-page.xsl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 6f8513b..b4308d0 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -1363,10 +1363,10 @@ $(document).ready(function () {
var offset = contdiv.offset();
var top = offset.top - $('div.body').offset().top;
mlink.find('img').css({left: offset.left, top: top, zIndex: 10});
- mlink.find('img').fadeIn('slow');
+ mlink.find('img').fadeIn('fast');
},
function () {
- mlink.find('img').fadeOut('slow');
+ mlink.find('img').fadeOut('fast');
}
);
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]