Skip to content

Commit

Permalink
SVG Animation Support
Browse files Browse the repository at this point in the history
Closes #74. See http://velocityjs.org/#svg for info.
  • Loading branch information
julianshapiro authored and Rycochet committed Aug 2, 2020
1 parent f4b8ff1 commit bd7cfc8
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 86 deletions.
4 changes: 2 additions & 2 deletions packages/velocity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
node_modules
test
min
README.md
Gruntfile.js
velocity.js
velocity.min.js
velocity.jquery-shim.js
velocity.spring.js
velocity.jquery-shim.js
2 changes: 1 addition & 1 deletion packages/velocity/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "http://velocityjs.org",
"authors": [
{ "name" : "Julian Shapiro",
Expand Down
2 changes: 1 addition & 1 deletion packages/velocity/component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "velocity",
"repository": "julianshapiro/velocity",
"version": "0.2.1",
"version": "0.3.0",
"description": "Accelerated JavaScript animation.",
"keywords": [
"animation",
Expand Down
242 changes: 163 additions & 79 deletions packages/velocity/jquery.velocity.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/velocity/jquery.velocity.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/velocity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "velocity-animate",
"version": "0.2.1",
"version": "0.3.0",
"description": "Accelerated JavaScript animation.",
"keywords": [
"velocity",
Expand Down

0 comments on commit bd7cfc8

Please sign in to comment.