diff --git a/src/Tween.js b/src/Tween.js index 266cfe7..09bd92f 100644 --- a/src/Tween.js +++ b/src/Tween.js @@ -98,7 +98,7 @@ TWEEN.Tween = function ( object ) { this.to = function ( properties, duration ) { - if ( duration !== null ) { + if ( duration !== undefined ) { _duration = duration;