[Sie-announce] SIEコード [2329] アニメーションの描画速度の調整にバグがあったので修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 1月 25日 (火) 19:43:01 JST


Revision: 2329
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2329
Author:   dhrname
Date:     2011-01-25 19:43:01 +0900 (Tue, 25 Jan 2011)

Log Message:
-----------
アニメーションの描画速度の調整にバグがあったので修正

Modified Paths:
--------------
    branches/06x/069/org/w3c/dom/svg.js

Modified: branches/06x/069/org/w3c/dom/svg.js
===================================================================
--- branches/06x/069/org/w3c/dom/svg.js	2011-01-24 14:38:13 UTC (rev 2328)
+++ branches/06x/069/org/w3c/dom/svg.js	2011-01-25 10:43:01 UTC (rev 2329)
@@ -4776,9 +4776,10 @@
   Max : 7000,
   start : function() {
   if (NAIBU.Clip.length > 0) {
+    screen.updateInterval = 42; //24fpsとして描画処理
     window.onscroll = function () {
       screen.updateInterval = 0;
-      screen.updateInterval = 42; //24fpsとして描画処理
+      screen.updateInterval = 42;
     }
     NAIBU.stop = setInterval( (function() {
 /*      try{*/




Sie-announce メーリングリストの案内
Back to archive index