Fly to the top instead of jumping - Posted (14811 Views)
Junior Member
balexandre
Posts: 418
418
I like to share this you you.
I implemented this to my Forum at www.ga-paneuropean.com (just go to the bottom of the page and click the "Go to Top" arrow...)

instead of jumping instantaneously to the top, the user will be scrolling the page... really nice effect (at least that's what I thought when I saw it)

to implement such effect all you need to do is TWO things
1. copy the 2 javascript files found in dezinerfolio.com website (the code can be downloaded directly from here) to your Forum (or JS) folder
2. add this line to inc_header.asp above line 234 (original 3.4.06 files)

Code:
Response.Write	"<script src=""js/smooth.pack.js"" type=""text/javascript""></script>"

if you added the 2 javascript files into js folder, if you added to the main folder where every file are, just erase the js/

hope it brings a little happinesses to someone<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
New Member
Todd
Posts: 63
63
Fixed.
Instead of replacing the line in the js file as described, I added the new line and commented out the old line. I must have had a space or something in there. I've since deleted the line I commented and actually replaced it. It was a formatting error on my part.<
You Must enter a message