please add ``` return interval; ``` to the ``` container[emile] = function(){ .. } ``` for use as ``` var anim = emile('card', 'left:-320px', {duration: 2000}); // from example clearInterval(anim); // when need to stop ```
please add
to the
for use as