I have been using vivus.js for tiny svg animations for a while now , now this plugin has the following initialization format:
new Vivus('my-div', {duration: 200, file: 'link/to/my.svg'}, myCallback);
dead simple to use , now my question is about the duration: 200
parameter. see the documentation for it HERE. Now whenever i use jquery and other librarys etc 1000
means 1 secound , but here what is 200
is not very clear , the documentation says the followning:
duration :: Animation duration, in frames. [Default: 200].
Now what exactly is animation duration in frames supposed to mean ? what is 200
really here 2000 ?