diff options
author | Alex Ewerlöf <hanifbbz@gmail.com> | 2015-02-19 16:09:28 +0100 |
---|---|---|
committer | Alex Ewerlöf <hanifbbz@gmail.com> | 2015-02-19 16:09:28 +0100 |
commit | e7484c2821231c15f843b9723b620b950352cb3a (patch) | |
tree | be8efeecefcdef6f003d6f1bd2ccbefc130c5e95 | |
parent | 4f209322b942003f0392e4e23f677c161ba59b81 (diff) | |
parent | aebdf519cd91d1dc36bed1e847eab15d12d41ad3 (diff) | |
download | svg.js-e7484c2821231c15f843b9723b620b950352cb3a.tar.gz svg.js-e7484c2821231c15f843b9723b620b950352cb3a.zip |
Merge pull request #303 from IonicaBizau/patch-1
Added connectable plugin.
-rwxr-xr-x | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3113,6 +3113,9 @@ Here are a few nice plugins that are available for svg.js: ### draggable [svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable. +### connectable +[svg.connectable.js](https://github.com/jillix/svg.connectable.js) to connect elements. + ### easing [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations. |