Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nckprsn/scrollme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.5
Choose a base ref
...
head repository: nckprsn/scrollme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 19, 2014

  1. Update jquery.scrollme.min.js

    nckprsn committed Jun 19, 2014
    Copy the full SHA
    ff14844 View commit details
  2. Update jquery.scrollme.js

    nckprsn committed Jun 19, 2014
    Copy the full SHA
    566fabb View commit details
  3. Update bower.json

    nckprsn committed Jun 19, 2014
    Copy the full SHA
    14121ac View commit details
  4. Update scrollme.jquery.json

    nckprsn committed Jun 19, 2014
    Copy the full SHA
    adf66f7 View commit details

Commits on Jun 22, 2014

  1. Update jquery.scrollme.min.js

    nckprsn committed Jun 22, 2014
    Copy the full SHA
    561d99f View commit details
  2. Update jquery.scrollme.js

    nckprsn committed Jun 22, 2014
    Copy the full SHA
    67dc2d8 View commit details
  3. Update bower.json

    nckprsn committed Jun 22, 2014
    Copy the full SHA
    662a067 View commit details
  4. Update scrollme.jquery.json

    nckprsn committed Jun 22, 2014
    Copy the full SHA
    cb7ec81 View commit details

Commits on Jun 24, 2014

  1. Update README.md

    nckprsn committed Jun 24, 2014
    Copy the full SHA
    013fb7e View commit details

Commits on Jun 28, 2014

  1. Update jquery.scrollme.min.js

    nckprsn committed Jun 28, 2014
    Copy the full SHA
    6c51178 View commit details
  2. Update jquery.scrollme.js

    nckprsn committed Jun 28, 2014
    Copy the full SHA
    18150cb View commit details
  3. Update bower.json

    nckprsn committed Jun 28, 2014
    Copy the full SHA
    4ecd601 View commit details
  4. Update scrollme.jquery.json

    nckprsn committed Jun 28, 2014
    Copy the full SHA
    5c48f3e View commit details

Commits on Jun 30, 2014

  1. Update bower.json

    nckprsn committed Jun 30, 2014
    1
    Copy the full SHA
    f74a0b3 View commit details
  2. Update scrollme.jquery.json

    Updated jQuery dependency to v1.8 for 'addBack' support
    nckprsn committed Jun 30, 2014
    Copy the full SHA
    386892d View commit details

Commits on Jun 17, 2019

  1. Updates readme

    nckprsn authored Jun 17, 2019
    Copy the full SHA
    43e10e3 View commit details
Showing with 188 additions and 119 deletions.
  1. +4 −0 README.md
  2. +2 −2 bower.json
  3. +179 −114 jquery.scrollme.js
  4. +1 −1 jquery.scrollme.min.js
  5. +2 −2 scrollme.jquery.json
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
**This project may be archived in the not too distant future**

scrollme
========

A jQuery plugin for adding simple scrolling effects to web pages.

Demo and usage guide: http://scrollme.nckprsn.com.

Play with it on CodePen: http://codepen.io/nckprsn/pen/IGpmc
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scrollme",
"description": "A jQuery plugin for adding simple scrolling effects to web pages.",
"version": "1.0.5",
"version": "1.1.0",
"main": "jquery.scrollme.min.js",
"ignore":
[
@@ -33,6 +33,6 @@
},
"dependencies":
{
"jquery": ">=1.5"
"jquery": ">=1.8"
}
}
Loading