cleanup
This commit is contained in:
parent
424053f080
commit
4282909d88
1 changed files with 0 additions and 2 deletions
|
@ -563,7 +563,6 @@ const Record = function(tp) {
|
|||
});
|
||||
}
|
||||
});
|
||||
//setTimeout(() => {
|
||||
promises.push(() => {
|
||||
return new Promise((subResolve) => {
|
||||
tp.addKeyframes(layer, keyframes).then(() => {
|
||||
|
@ -573,7 +572,6 @@ const Record = function(tp) {
|
|||
});
|
||||
})
|
||||
});
|
||||
//}, 2000);
|
||||
});
|
||||
sequencialPromises(promises, () => {
|
||||
Object.keys(hot).forEach((layerID) => {
|
||||
|
|
Loading…
Reference in a new issue