Add the following lines after instantiating the stxx chart object to animate a candle chart:
new CIQ.Animation({ stx: stxx, animationParameters: { tension: 0.3 } }); //Default animation with splining tension of 0.3
stxx.remove('draw')
stxx.mainSeriesRenderer.supportsAnimation=true;