BIG graphics update

This commit is contained in:
Peter Cottle 2012-09-17 11:22:45 -07:00
parent d16b8b61d3
commit cc65ae7491
4 changed files with 101 additions and 18 deletions

View file

@ -14,7 +14,10 @@ var TIME = {
};
var GRAPHICS = {
nodeRadius: 15
nodeRadius: 15,
curveControlPointOffset: 50,
defaultEasing: 'easeInOut',
defaultAnimationTime: 300
};
/**