-
AuthorPosts
-
ubelmort Friend
ubelmort
- Join date:
- January 2012
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
May 30, 2012 at 11:58 pm #177708Where can I set the scroll speed of the popup window, I’m searched all the JS files but not really coming up with anything. As of right now, the scrolling is to slow for the popup window and I need to make it faster, otherwise this will just be a frustration for users to scroll through comments.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
May 31, 2012 at 6:25 pm #455559In what device or platform are you referring – desktop, tablet, smartphone?
ubelmort Friendubelmort
- Join date:
- January 2012
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
June 1, 2012 at 3:12 pm #455640<em>@jwbrett 322972 wrote:</em><blockquote>In what device or platform are you referring too – desktop, tablet, smartphone?</blockquote>
For the desktop
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 1, 2012 at 3:53 pm #455647Here’s your hack!
GOTO: templates/ja_wall/plugins/jquery.mousewheel.js – line 61
And change from this:
// Old school scrollwheel delta if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta/120; }
if ( orgEvent.detail ) { delta = -orgEvent.detail/3; }
To this:
// Old school scrollwheel delta if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta/120; }
if ( orgEvent.detail ) { delta = -orgEvent.detail/1; }That should speed it up to what you are used to.
Have fun!
John.1 user says Thank You to John Wesley Brett for this useful post
ubelmort Friendubelmort
- Join date:
- January 2012
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
June 1, 2012 at 10:44 pm #455686<em>@jwbrett 323088 wrote:</em><blockquote>Here’s your hack!
GOTO: templates/ja_wall/plugins/jquery.mousewheel.js – line 61
And change from this:// Old school scrollwheel delta if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta/120; }
if ( orgEvent.detail ) { delta = -orgEvent.detail/3; }To this:
// Old school scrollwheel delta if ( orgEvent.wheelDelta ) { delta = orgEvent.wheelDelta/120; }
if ( orgEvent.detail ) { delta = -orgEvent.detail/1; }That should speed it up to what you are used to.
Have fun!
John.</blockquote>Thank you John, no hard feelings about earlier, just a bit frustrated with a lot.
I will give this a try after this weekend when I get back from my mini vaca
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Wall Crasher 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum