
stonetip
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by stonetip
-
-
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.
Hide scrollbar?
in GSAP
Posted
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).