mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-19 21:50:58 +00:00
Update docs, specifying ms.
This commit is contained in:
parent
6a456f39f0
commit
52a60769ee
4 changed files with 3 additions and 3 deletions
2
dist/fabric.js
vendored
2
dist/fabric.js
vendored
|
|
@ -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
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
2
dist/fabric.require.js
vendored
2
dist/fabric.require.js
vendored
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue