Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camoconnell committed Sep 12, 2015
1 parent f0abd9f commit 0a373e0
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 75 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,10 @@ $('#demo').lazylinepainter('destroy');
## Changelog
**Lazylinepainter 1.6.3**
- added `api` example
- removed outdated responsive option - [issue #37](https://github.com/camoconnell/lazy-line-painter/issues/37)
- pauseResume fix - [issue #44](https://github.com/camoconnell/lazy-line-painter/issues/44)
- overrideKey fix - [issue #38](https://github.com/camoconnell/lazy-line-painter/issues/38)
**Lazylinepainter 1.7.0**
- Added strokeDash attribute
- Added easing!! ease individual paths or the entire animation
- `pauseResume` toggling function now separarted into `pause` / `resume` functions
*Refer to [Release notes](https://github.com/camoconnell/lazy-line-painter/releases) for entire Changelog*
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "lazy-line-painter",
"version": "1.6.3",
"version": "1.7.0",
"homepage": "https://github.com/camoconnell/lazy-line-painter",
"authors": [
"cam o'connell"
],
"description": "A Jquery plugin for svg path animation using CSS.",
"main": "jquery.lazylinepainter-1.6.3.js",
"main": "jquery.lazylinepainter-1.7.0.js",
"keywords": [
"svg",
"css",
Expand Down
2 changes: 1 addition & 1 deletion examples/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="../vendor/jquery-2.1.1.min.js"></script>

<!-- Include lazylinepainter -->
<script src="../jquery.lazylinepainter-1.6.3.js"></script>
<script src="../jquery.lazylinepainter-1.7.0.min.js"></script>

<!-- Include lazylinepainter svgData object -->
<script src="js/svgdata.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../vendor/jquery-2.1.1.min.js"></script>

<!-- Include lazylinepainter -->
<script src="../jquery.lazylinepainter-1.6.3.js"></script>
<script src="../jquery.lazylinepainter-1.7.0.min.js"></script>

<!-- Include lazylinepainter svgData object -->
<script src="js/svgdata.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion examples/callbacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script src="../vendor/jquery-2.1.1.min.js"></script>

<!-- Include lazylinepainter -->
<script src="../jquery.lazylinepainter-1.6.3.js"></script>
<script src="../jquery.lazylinepainter-1.7.0.min.js"></script>

<script type="text/javascript">

Expand Down
4 changes: 3 additions & 1 deletion examples/get.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
</style>

<script src="../vendor/jquery-2.1.1.min.js"></script>
<script src="../jquery.lazylinepainter-1.6.3.min.js"></script>

<!-- Include lazylinepainter -->
<script src="../jquery.lazylinepainter-1.7.0.min.js"></script>

<script type="text/javascript">

Expand Down
4 changes: 2 additions & 2 deletions examples/set.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<!-- Include jQuery -->
<script src="../vendor/jquery-2.1.1.min.js"></script>

<!-- Include lazylinepainter svgData object -->
<script src="../jquery.lazylinepainter-1.6.3.js"></script>
<!-- Include lazylinepainter -->
<script src="../jquery.lazylinepainter-1.7.0.min.js"></script>

<!-- Include lazylinepainter svgData object -->
<script src="js/svgdata.js"></script>
Expand Down
62 changes: 0 additions & 62 deletions jquery.lazylinepainter-1.6.3.min.js

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 0a373e0

Please sign in to comment.