[TIC-Web] fix the scroll duration 14/110614/1
authorChangHyun Lee <leechwin.lee@samsung.com>
Tue, 17 Jan 2017 07:20:35 +0000 (16:20 +0900)
committerChangHyun Lee <leechwin.lee@samsung.com>
Tue, 17 Jan 2017 07:20:35 +0000 (16:20 +0900)
Fix the scrolling speed.

Change-Id: Ie942eacaf724dac2f81bf14879693fd50523fcc2
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
public/src/js/page/image.js

index fdb2183..82e801b 100644 (file)
@@ -60,7 +60,7 @@ define([
                 log: data
             });
             var $imageNewLog = $('#tic-image-new-log').append(logItem);
-            $imageNewLog.animate({ scrollTop : $imageNewLog.prop('scrollHeight') }, 'fast');
+            $imageNewLog.animate({ scrollTop : $imageNewLog.prop('scrollHeight') }, 0);
         });
 
         // when finish