diff --git a/js/bootstrap-collapse.js b/js/bootstrap-collapse.js
index 9a364468b7d4ecc1238f868f5241d672ca251a2c..d8beef836693294f339127cd96b415030749fafb 100644
--- a/js/bootstrap-collapse.js
+++ b/js/bootstrap-collapse.js
@@ -55,7 +55,7 @@
 
       this.$element[dimension](0)
       this.transition('addClass', 'show', 'shown')
-      this.$element[dimension](this.$element[0][scroll])
+      $.support.transition && this.$element[dimension](this.$element[0][scroll])
 
     }
 
@@ -135,4 +135,4 @@
     })
   })
 
-}( window.jQuery );
\ No newline at end of file
+}( window.jQuery );