The Arcive of vBulletin Modifications Site. |
|
[YUI] VSQ - Scroll To Top Details »»
|
|||||||||||||||||||||||||||||
Title: VSQ - Scroll To Top
Compatibility: 3.8.х - 4.0.х (ie, opera, firefox, chrome, safari) Description: able to add a button at the bottom right of the screen by pressing which occurs smoothly move to top, with animation effect ![]() Install:
DEMO: http://mixplay.ru/test/forum.php Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| 5 благодарности(ей) от: | ||
| doctorsexy, elsa23, Lars-K, mokujin, nacaruncr | ||
| Comments |
|
#2
|
|||
|
|||
|
Nice! , installed
|
|
#3
|
|||
|
|||
|
Great Thanks
|
|
#4
|
|||
|
|||
|
Very Nice. Thanks
Seems there is an Error. After first time installation and restart of the forum its displayed also if u are on top of the page Just found out that this Tab is displayed if u change from CMS -> Forum or Forum -> CMS etc... |
|
#5
|
|||
|
|||
|
Excellent. Installed.
Where is the image coming from? Id like to do my own
|
|
#6
|
||||
|
||||
|
In vsqscrolltotop.js
Code:
... background = "url(http://mixplay.ru/images/up1.png) no-repeat scroll 0% 0% transparent"; ... |
|
#7
|
||||
|
||||
|
ok that is awesome! Tagged for later.
|
|
#8
|
|||
|
|||
|
is there a way to get rid of the bouncing up top? and simply have it scroll to the top
|
|
#9
|
|||
|
|||
|
Quote:
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); |
|
#10
|
|||
|
|||
|
Also, to change speed, change the 3.5 to any number. Higher the slower.
|
![]() |
|
|