The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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)
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<
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<