loading progress added

This commit is contained in:
2025-11-11 08:09:07 +02:00
parent 03edeaef2d
commit 35fa1863ff
11 changed files with 170 additions and 95 deletions
+6 -1
View File
@@ -31,7 +31,12 @@ class MotionEngine {
this.add = function (a) {
a = Array.isArray(a) ? a : [a];
a.forEach(e => {
aq.push(e);
if (e.t == 0){
e.t = 1;
this.animate(e, 1)
}else{
aq.push(e);
}
});
};