DIR : /home/kozerus/public_html/cropex/node/node_modules/motion-dom/dist/es/animation/controls/Group.mjs

/home/kozerus/public_html/cropex/node/node_modules/motion-dom/dist/es/animation/controls

import { BaseGroupPlaybackControls } from './BaseGroup.mjs';

/**
 * TODO: This is a temporary class to support the legacy
 * thennable API
 */
class GroupPlaybackControls extends BaseGroupPlaybackControls {
    then(onResolve, onReject) {
        return Promise.all(this.animations).then(onResolve).catch(onReject);
    }
}

export { GroupPlaybackControls };
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer