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