Update docs, specifying ms.

This commit is contained in:
kangax 2014-02-20 13:59:27 -05:00
parent 6a456f39f0
commit 52a60769ee
4 changed files with 3 additions and 3 deletions

2
dist/fabric.js vendored
View file

@ -2161,7 +2161,7 @@ if (typeof console !== 'undefined') {
* @param {Number} [options.endValue=100] Ending value
* @param {Number} [options.byValue=100] Value to modify the property by
* @param {Function} [options.easing] Easing function
* @param {Number} [options.duration=500] Duration of change
* @param {Number} [options.duration=500] Duration of change (in ms)
*/
function animate(options) {

BIN
dist/fabric.min.js.gz vendored

Binary file not shown.

View file

@ -2161,7 +2161,7 @@ if (typeof console !== 'undefined') {
* @param {Number} [options.endValue=100] Ending value
* @param {Number} [options.byValue=100] Value to modify the property by
* @param {Function} [options.easing] Easing function
* @param {Number} [options.duration=500] Duration of change
* @param {Number} [options.duration=500] Duration of change (in ms)
*/
function animate(options) {

View file

@ -10,7 +10,7 @@
* @param {Number} [options.endValue=100] Ending value
* @param {Number} [options.byValue=100] Value to modify the property by
* @param {Function} [options.easing] Easing function
* @param {Number} [options.duration=500] Duration of change
* @param {Number} [options.duration=500] Duration of change (in ms)
*/
function animate(options) {