You can track the Mose movement in y direction. creating a temporary variable that tracks your Previous y coordinate and compare it with your current y coordinate. Update your tracking variable with each scroll.
Varun On Jan 29, 2011, at 7:22 AM, Amit Agarwal <[email protected]> wrote: > Hi, > > I attached an 'onscroll' handler for the div. Its working fine but I need to > know which direction did I scroll to. Was it upside or downside. > > div.onscroll = function(event){ > //What to do with event object to know the scroll direction? > } > > -Regards > Amit Agarwal > +91-779-822-8765 > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected] -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
