You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: