Following Famo.us University Animation part. The following code didn't halt the translation, instead runs straight to the end. I expected it halted where it is clicked. Am I right?
surface.on('click', function() {
stateModifier.halt();
surface.setContent('halted');
});
Thanks