Skip to content

Commit

Permalink
added : manage tabbing away from animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam O'Connell committed Jan 10, 2019
1 parent ddf8e7e commit 5870be8
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["@babel/env"],
"plugins": ["babel-plugin-add-module-exports"]
"plugins": ["babel-plugin-add-module-exports", "@babel/plugin-proposal-class-properties"]
}
26 changes: 20 additions & 6 deletions lib/lazy-line-painter-1.9.2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/lazy-line-painter-1.9.2.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/lazy-line-painter-1.9.2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/lazy-line-painter-1.9.2.min.js.map

Large diffs are not rendered by default.

251 changes: 245 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
"keywords": [
"svg",
"animation",
"line",
"line",
"path",
"javascript",
"js",
"css"
],
],
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.0.0-beta.51",
"babel-eslint": "^8.0.3",
"babel-loader": "^8.0.0-beta.4",
Expand Down
Loading

0 comments on commit 5870be8

Please sign in to comment.