Skip to content

Commit f1f3161

Browse files
author
Vladimir Kudinov
committed
version 0.3.3
1 parent 08dd858 commit f1f3161

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
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.32:
88+
* Autopausing of tweens and timelines. Now you don't have to pause it manually.
8789
* v0.3.2:
8890
* Hotfix
8991
* v0.3.1:

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.2",
3+
"version": "0.3.3",
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.

dist/scrollissimo.touch.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.2
4+
* @version 0.3.3
55
* @author frux <[email protected]>
66
* @url https://github.com/Promo/scrollissimo
77
*/

lib/scrollissimo.touch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Touch adapter for Scrollissimo
3-
* @version 0.3.2
3+
* @version 0.3.3
44
* @author frux <[email protected]>
55
* @url https://github.com/Promo/scrollissimo
66
*/

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.3.2",
3+
"version": "0.3.3",
44
"description": "Javascript plugin for smooth scroll-controlled animations",
55
"main": "scrollissimo.js",
66
"repository": {

0 commit comments

Comments
 (0)