I’m not sure if there is a way to do this specifically in CanJS, but if you’re using can with jQuery you can use $.ajaxTransport() or one of the other low-level jQuery functions.
can anyone explain How to animate mustache templates ? I am following the documentation from here https://github.com/canjs/can-animate/blob/master/doc/fade.md. But I cannot find the file can/view/animation.js in canjs downloads folder. So how can I load that file in application?