Skip to content

Commit d74c462

Browse files
author
Vladimir Kudinov
committed
version 0.3.1
1 parent e98c22c commit d74c462

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ The second argument is start scroll value in pixels.
8484
That is all you need to do to make a simple animation. Result you may see [here](https://jsfiddle.net/7d9kxpe1/2/).
8585

8686
## Changelog
87+
* v0.3.1:
88+
* CommonJS support
8789
* v0.3.0:
8890
* Now Scrollissimo is powered by [Greensock](http://greensock.com/). Animate your Greensock's tweens and timelines by scrolling. Enjoy of it's smoothness!
8991
* v0.2.0:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollissimo",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"homepage": "https://github.com/Promo/Scrollissimo",
55
"authors": [
66
"Vladimir Kudinov <[email protected]>"

dist/scrollissimo.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/scrollissimo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Scrollissimo
33
* Javascript plugin for smooth scroll-controlled animations
4-
* @version 0.3.0
4+
* @version 0.3.1
55
* @author frux <[email protected]>
66
* @url https://github.com/Promo/scrollissimo
77
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Scrollissimo",
3-
"version": "0.2.0",
3+
"version": "0.3.1",
44
"description": "Javascript plugin for smooth scroll-controlled animations",
55
"main": "scrollissimo.js",
66
"repository": {

0 commit comments

Comments
 (0)