jwarby / jquery-pagewalkthrough

Page Walkthrough is a flexible system for designing interactive, multimedia, educational walkthroughs.
http://jwarby.github.io/jquery-pagewalkthrough/
MIT License
179 stars 62 forks source link

Scroll detection for out-of-bounds elements #54

Closed craig0990 closed 10 years ago

craig0990 commented 10 years ago

Element is technically within visible page area but total element height is exceeding viewport height. Needs to detect this :(

See:

jwarby commented 10 years ago

This case should actually be covered for - the plugin attempts to scroll so that the target element is in the middle of the screen; therefore, I believe the issue is with the element the plugin has selected to scroll.