Skip to content

Commit

Permalink
Added MotionGuidePlugin.
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Skinner <info@gskinner.com>
  • Loading branch information
gskinner committed Jan 7, 2013
1 parent 162d674 commit 757074a
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 14 deletions.
3 changes: 2 additions & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ CONFIGURATION
var SOURCE_FILES = [
__dirname + "/../src/tweenjs/Tween.js",
__dirname + "/../src/tweenjs/Timeline.js",
__dirname + "/../src/tweenjs/Ease.js"
__dirname + "/../src/tweenjs/Ease.js",
__dirname + "/../src/tweenjs/MotionGuidePlugin.js"
];

// default name for lib output:
Expand Down
Binary file modified docs/TweenJS_docs-NEXT.zip
Binary file not shown.
30 changes: 17 additions & 13 deletions lib/tweenjs-NEXT.min.js

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

Loading

0 comments on commit 757074a

Please sign in to comment.