Mission Control Dashboard - Initial implementation
This commit is contained in:
10
node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs
generated
vendored
Normal file
10
node_modules/motion-dom/dist/es/animation/GroupAnimationWithThen.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { GroupAnimation } from './GroupAnimation.mjs';
|
||||
|
||||
class GroupAnimationWithThen extends GroupAnimation {
|
||||
then(onResolve, _onReject) {
|
||||
return this.finished.finally(onResolve).then(() => { });
|
||||
}
|
||||
}
|
||||
|
||||
export { GroupAnimationWithThen };
|
||||
//# sourceMappingURL=GroupAnimationWithThen.mjs.map
|
||||
Reference in New Issue
Block a user