collide updates

This commit is contained in:
Adam Bradley
2015-04-28 10:34:47 -05:00
parent d1c78bc5bf
commit 19c16e7433
4 changed files with 90 additions and 77 deletions

View File

@ -613,8 +613,6 @@ export function processElement(action, animation, elementIndex, clearCache) {
};
if (Collide.debug) console.log('tweensContainer (' + property + '): ' + JSON.stringify(tweensContainer[property]), element);
console.log('processElement parsePropertyValue: startValue', startValue, 'currentValue', currentValue, 'endValue', endValue);
}
/* Along with its property data, store a reference to the element itself onto tweensContainer. */