full site update
This commit is contained in:
3
node_modules/astro/dist/runtime/server/transition.js
generated
vendored
3
node_modules/astro/dist/runtime/server/transition.js
generated
vendored
@@ -56,7 +56,8 @@ function renderTransition(result, hash, animationName, transitionName) {
|
||||
sheet.addAnimationRaw("new", "animation: none; mix-blend-mode: normal;");
|
||||
sheet.addModern("group", "animation: none");
|
||||
}
|
||||
result._metadata.extraHead.push(markHTMLString(`<style>${sheet.toString()}</style>`));
|
||||
const css = sheet.toString();
|
||||
result._metadata.extraHead.push(markHTMLString(`<style>${css}</style>`));
|
||||
return scope;
|
||||
}
|
||||
function createAnimationScope(transitionName, animations) {
|
||||
|
Reference in New Issue
Block a user