var objEndPos = (obj.offset().top + win.height());
i my opinion this objEndPos , in this way will be more useful , beacause your approach will give false untill i have completely scroll down for obj section.
But this way , it will return true once obj div is covered on screen.
BTW Thank you
var objEndPos = (obj.offset().top + win.height());
i my opinion this objEndPos , in this way will be more useful , beacause your approach will give false untill i have completely scroll down for obj section.
But this way , it will return true once obj div is covered on screen.
BTW Thank you