Skip to content

Commit b83e239

Browse files
committed
Write some description, Write the copyright
1 parent 93a2ad2 commit b83e239

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
A lightweight timeline animation javascript system just like [TimelineMax (GreenSock)](https://greensock.com/timelinemax) for Snap.svg.
33
[Join me on Twitter!](https://twitter.com/mystroken/)
44

5-
#### Install
5+
### Install
66
- [Bower](https://bower.io) - ```bower install snap-animation-queue```
77
- Manual Minified - https://raw.githubusercontent.com/mystroken/snapsvg-animation-queue/master/dist/snap-animation-queue.js
88
- Manual Unminified - https://raw.githubusercontent.com/mystroken/snapsvg-animation-queue/master/dist/snap-animation-queue.min.js
99

10-
#### Use
11-
Load first [Snap.svg](https://snapsvg.io) and [Snap easing](https://github.com/overjase/snap-easing)
10+
### Use
11+
Load first [Snap.svg](http://snapsvg.io) and [Snap easing](https://github.com/overjase/snap-easing).
1212
```html
1313
<!-- First, load dependencies -->
1414
<script src="snap.svg-min.js"></script>

dist/snap-animation-queue.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/**
2-
* Created by ken on 14/11/2016.
1+
/*!
2+
* Snap Animation Queue
3+
* v0.1.0
4+
* (c) Nov 14, 2016. Mystro Ken <[email protected]>
35
*/
46
/**
57
*
@@ -143,4 +145,4 @@ SnapAnimationQueue.prototype._setOnCompleteTimer = function (delay) {
143145
if(typeof self.onCompleteCallback == 'function') self.onCompleteCallback(self);
144146
self.whenAnimationsEnded();
145147
}, delay);
146-
};
148+
};

dist/snap-animation-queue.min.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/snap-animation-queue.min.js.map

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

snap-animation-queue.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/**
2-
* Created by ken on 14/11/2016.
1+
/*!
2+
* Snap Animation Queue
3+
* v0.1.0
4+
* (c) Nov 14, 2016. Mystro Ken <[email protected]>
35
*/
46
/**
57
*
@@ -143,4 +145,4 @@ SnapAnimationQueue.prototype._setOnCompleteTimer = function (delay) {
143145
if(typeof self.onCompleteCallback == 'function') self.onCompleteCallback(self);
144146
self.whenAnimationsEnded();
145147
}, delay);
146-
};
148+
};

0 commit comments

Comments
 (0)