Forum
Welcome, Guest
Please Login to access forum.
Re:Modify scroll to bottom (1 viewing) 
Go to bottom
TOPIC: Re:Modify scroll to bottom
#4208
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Modify scroll to bottom Karma: 79  
Hi,

so probably the problem is that you have active the dynamic scrolling and you need to modify another line.

The following one:

Code:

scrollTop: document.body.scrollHeight || document.documentElement.scrollHeight
can be modified to have a reduced scrolling to the bottom subtracting an arbitrary value:
Code:

scrollTop: (document.body.scrollHeight || document.documentElement.scrollHeight) - 2000
 
Logged Logged  
  The administrator has disabled public write access.
      Topics Author
    emo
Modify scroll to bottom
Atlanta Internet Design
    thread link
thread linkthread link Re:Modify scroll to bottom
John Dagelmore
    thread link
thread linkthread linkthread link Re:Modify scroll to bottom
Atlanta Internet Design
    thread link
thread linkthread linkthread linkthread link Re:Modify scroll to bottom
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
Atlanta Internet Design
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
Atlanta Internet Design
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
John Dagelmore
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
Atlanta Internet Design
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Modify scroll to bottom
John Dagelmore
Go to top