
08-31-2010, 04:02 PM
|
|
|
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Jesh
To remove the 'bounce', edit the .js file, find this line
var scroll = new Y.Scroll(document.getElementsByTagName((YAHOO.env. ua.webkit ? "body" : "html"))[0], {scroll: {to: [0, 0]}}, 3.5, Y.Easing.bounceOut);
change Y.Easing.bounceOut to 0.
var scroll = new Y.Scroll(document.getElementsByTagName((YAHOO.env. ua.webkit ? "body" : "html"))[0], {scroll: {to: [0, 0]}}, 3.5, 0);
|
Changed this to 0 as suggested and still getting bounce in v4.04pl1?
Thanks ..
Regards,
Badger
|