-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support npm #13
base: master
Are you sure you want to change the base?
support npm #13
Conversation
You can now use $("selector:in-viewport(300)")
Webkit has the behavior to display a number. For example. in webkit you divide the screen size by 3. and use this percentage for the css left property. This library returns for the offset().left a 0.33xxxx which has to be 0 or 1.
Conflicts: jquery.viewport.js
Conflicts: jquery.viewport.js
Added package.json for npm.
@tuupola is this repo no longer supported? |
Kind of forgotten. But I can actually cherry-pick the good commits from this PR. So let's keep this open. |
@1337 now owns the package on NPM so you'll need to get that too |
add UMD loader
What am I doing here? |
@1337 you own the package on NPM right? |
Yup |
Are you going to do a release for this project? |
Apart from these (from a fork), what release are we looking for? |
I'm sorry, I meant a release of the tuupola master branch |
Yeah, I just cherry pick the good parts from this PR first. |
@tuupola that's not really the best idea as that will change a lot of the history. |
PR is supposed to be about supporting npm but contains lots of unrelated commits. There are some good things in them, hence the cherry-picking. |
jQuery 3 compatibility
No description provided.