mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
Remove unnecessary code from the 01_bars.html example.
This commit is contained in:
parent
624226ad26
commit
f9135d9983
@ -32,8 +32,6 @@
|
||||
sds.margin = '4em 3em';
|
||||
document.body.appendChild(stats.domElement);
|
||||
|
||||
elems = [];
|
||||
|
||||
for(var i = 0; i < 1000; i++) {
|
||||
|
||||
var startValue = 500 + (Math.random() - Math.random()) * 250;
|
||||
@ -72,7 +70,6 @@
|
||||
|
||||
document.body.appendChild(elem.domElement);
|
||||
|
||||
elems.push(elem);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user