Open
Description
See #364
'end delays on groups work correctly' test in group-animation.js should have these lines at the end.
assert.equal(getComputedStyle(this.target).marginLeft, '4px');
tick(105);
assert.equal(getComputedStyle(this.target).marginLeft, '0px');
Compare
http://jsbin.com/jomezu/edit?html,css,js,console,output
with
http://jsbin.com/pikiqe/edit?html,css,js,console,output