GithubHelp home page GithubHelp logo

jquery.smoothwheel's People

Contributors

fatlinesofcode avatar jrgould avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery.smoothwheel's Issues

Trackpad Issues

Doesn't play well with laptop trackpads or graphic tablets

Using a class instead of ID?

Is it possible to use this on more than one element at a time? Passing in a class fails, and using an ID works for only a single element at a time.

bower

Add bower please :)

Cross Browser Scrolling

Plugin doesn't work in firefox and IE, only in Google Chrome. Is there any way to resolve this problem. I have use:

$("html, body").smoothWheel();

Regards

Scrolling for multiple div

I want to make 2 scrollable element (

</ div> and
). If you make $ ( "# one, #two").SmoothWheel () ; , the "one" is scrolled only element .

if done consistently first $ ( "# one) .SmoothWheel (); and then $ (" #two ") SmoothWheel ();., the result is scrolled only

How to make a scrollable two elements (div#one and div#two) together ?

Issue with fixed background image

Hello,
First of all thanks for the great plugin,

The issue :
When i use the plugin on layout that contains a bloc with fixed background image, the scrolling became extremely slow beside some other plugins wont work like the parallax effect.

Conflict with anchor menu and css animations

The effect produced by this script looks great!
Unfortunately it creates some issues that makes it impossible to be used.

  1. The active menu that smoothly scrolls to anchor points in my site stops working.
  2. CSS Animations in my site also stop working.

Conflict with anchor scroll that uses jquery.

The plugin is really great but I just can't get it work with a simple anchor menu that scrolls (smoothly with jquery) to the different part of a website. If the scroll from the mousewheel is not done when the menu anchor is called the plugin wins over the menu anchor...

Not Scrolling in firefox v37

Just not working mousewheel scrolling in FF.

Tested:
Chrome - ok;
Opera - ok;
(All webkit browsers ok).

OS: Ubuntu 14.04

Thank you!

Position scroll issue with drag and roll

Hi,
I have a problem when I'm dragging the scrollbar and then I use mouse wheel, the scroll position is changed suddenly.
Please check out your example.

I think that the solution is to save the previous scroll position and then to use it in mouse-wheel event for translation.

Regards

Scroll bottom limit higher than body height

I am using your plugin on a project and I've encountered a bug where the scroll stops at ~100px higher than the body's bottom.

Apparently, changing line 134 with:
minScrollTop = container.get(0).clientHeight - container.get(0).outerHeight;

(changing scrollHeight to outerHeight)
fixes the issue. I'm not sure if it's a real bug or poor implementation of other things but this seems to fix it for me

ajax append

When appending something on dom via ajax.. there is no recalculation.

custom scrollbar

I truly love smoothwheel and I want to add custom scrollbar iOS like, but all other plugins seem to uncompatible with smoothwheel, anyone that has done it before?

html, body { height :100% }

Hi, I am trying to use this on a site that uses full screen images, to do that I am setting the html and body tags to 100% height. On chrome the scrolling is perfect (well ... almost, it cuts off a little bit of the site at the bottom) but in IE and Firefox I cant scroll at all.

I noticed putting "overflow: auto" onto the html and body tags fixed the issue in IE (and maybe firefox) but broke chrome.

Example - http://jsfiddle.net/h4anwqcL/

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.