提交 e6becab9 编写于 作者: W Wong Lok

iPad Jank Quick Fix

Fixes the issue of iPad2 iOS7 ScreenJank Upon start/search
上级 4862f5f1
......@@ -269,7 +269,15 @@
request.send( null );
}
function addToView(data,time) {
setTimeout(function(){
scene.add(
new Element( data )
);
},time);
}
function onData( event ) {
var data = JSON.parse( event.target.responseText );
......@@ -279,9 +287,8 @@
for ( var i = 0; i < entries.length; i ++ ) {
var object = new Element( entries[ i ] );
scene.add( object );
addToView(entries[ i ], i * 100);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册