Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
nextTick().then(() => {
run.later(() => {
if (containerClone.parentNode !== null) {
containerClone.parentNode.removeChild(containerClone);
}
this.onTranslateToEnd(origin);
}, computeTimeout(dialogClone) || 0);
});
});
nextTick().then(() => {
if (this.isDestroyed) {
return;
}
run.later(() => {
if (!this.get('isDestroying') && !this.get('isDestroyed')) {
this.onTranslateFromEnd();
}
}, computeTimeout(this.element) || 0);
if (!this.get('isDestroying') && !this.get('isDestroyed')) {
this.set('transformStyleApply', 'main');
this.set('transformIn', true);
}
});
});