DIR : /home/kozerus/public_html/cropex/node/node_modules/motion-dom/dist/es/view/utils/get-layer-name.mjs

/home/kozerus/public_html/cropex/node/node_modules/motion-dom/dist/es/view/utils

function getLayerName(pseudoElement) {
    const match = pseudoElement.match(/::view-transition-(old|new|group|image-pair)\((.*?)\)/);
    if (!match)
        return null;
    return { layer: match[2], type: match[1] };
}

export { getLayerName };
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer