scrollpath icon indicating copy to clipboard operation
scrollpath copied to clipboard

Adjusting .lineTo height dynamically

Open Cmdv opened this issue 12 years ago • 0 comments

Hi great plugin,

A content of one of my divs is higher than the window so I have done a quick work around when I create another .lineTo(600, 3000, { name: "end"}); to allow for extra scrolling so I can see the rest of the content.

The only problem is the height of my div changes dynamically for cross browsing capability.

is there a way to make 3000 be called from a function? otherwise is there an easier work around allowing user to view all the content of div if is bigger than window size?

Hope this makes sense thanks again for a great plugging.

Cmdv avatar Apr 05 '13 14:04 Cmdv