Jump to content
Search Community

stonetip

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by stonetip

  1. Thanks. I'm going keep the mousewheel event handler in mind for future projects...had used similar code in Silverlight mapping projects, but kinda forgot about it for HTML5. (Duh). For simplicity's sake, since my DIVs are absolutely positioned, I'm just using margin-right: -20px. But will probably use the code in OSUblake's "push them out of view" example since scroll bars vary in width (i.e. desktop vs. iOS).
  2. Using TweenMax.set(".scrollbox", { overflow: 'hidden' }) disables scrolling with a mouse wheel (I'm using a scroll event listener). Any suggestions would be appreciated. Thanks.
×
×
  • Create New...