when I try to call
paper.queue("fx").length
I get object not supported error. May i know how to call .queue(“fx”).length. Can I use it in a div which has more than a single DOM. I am trying to step my animation one by one.
<div id="Paper"></div>
paper = Raphael('Paper', paperWidth, paperHeight);
You need to have jquery version 1.7.1 or latest for
.queueTry –
Read more on queue – http://api.jquery.com/queue/