Skip to content

Commit 35afe93

Browse files
committed
Smooth video loop: CSS transition fade out 1.5s before end, fade in 0.8s on restart
1 parent 1270386 commit 35afe93

50 files changed

Lines changed: 85 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ const CONTENT_LAYER_IMAGE_REGEX = /__ASTRO_IMAGE_="([^"]+)"/g;
257257
async function updateImageReferencesInBody(html, fileName) {
258258
const { default: imageAssetMap } = await import('./content-assets.DleWbedO.js');
259259
const imageObjects = /* @__PURE__ */ new Map();
260-
const { getImage } = await import('./_astro_assets.BdM7hKzr.js').then(n => n._);
260+
const { getImage } = await import('./_astro_assets.CSpXPqqh.js').then(n => n._);
261261
for (const [_full, imagePath] of html.matchAll(CONTENT_LAYER_IMAGE_REGEX)) {
262262
try {
263263
const decodedImagePath = JSON.parse(imagePath.replaceAll(""", '"'));
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { joinPaths, isRemotePath } from '@astrojs/internal-helpers/path';
22
import { A as AstroError, E as ExpectedImage, L as LocalImageUsedWrongly, M as MissingImageDimension, l as UnsupportedImageFormat, I as IncompatibleDescriptorOptions, n as UnsupportedImageConversion, t as toStyleString, o as NoImageMetadata, F as FailedToFetchRemoteImageDimensions, p as ExpectedImageOptions, q as ExpectedNotESMImage, s as InvalidImageService, c as createAstro, a as createComponent, v as ImageMissingAlt, m as maybeRenderHead, d as addAttribute, w as spreadAttributes, b as renderTemplate, x as ExperimentalFontsNotEnabled, y as FontFamilyNotFound, u as unescapeHTML } from './astro/server.K-yHHyjY.js';
3-
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.BcM3GkxQ.js';
3+
import { D as DEFAULT_OUTPUT_FORMAT, V as VALID_SUPPORTED_FORMATS, a as DEFAULT_HASH_PROPS } from './BaseLayout.CUiIE04Q.js';
44
import { isRemoteAllowed } from '@astrojs/internal-helpers/remote';
55
import * as mime from 'mrmime';
66
import 'clsx';
@@ -1188,7 +1188,7 @@ async function getConfiguredImageService() {
11881188
if (!globalThis?.astroAsset?.imageService) {
11891189
const { default: service } = await import(
11901190
// @ts-expect-error
1191-
'./sharp.1fNwTft0.js'
1191+
'./sharp.DRlaTLxZ.js'
11921192
).catch((e) => {
11931193
const error = new AstroError(InvalidImageService);
11941194
error.cause = e;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { A as AstroError, z as MissingSharp } from './astro/server.K-yHHyjY.js';
2-
import { b as baseService, p as parseQuality } from './_astro_assets.BdM7hKzr.js';
2+
import { b as baseService, p as parseQuality } from './_astro_assets.CSpXPqqh.js';
33

44
let sharp;
55
const qualityTable = {

docs/blog/en/ai-is-a-way-of-reveal-humanity/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/ai-software-evolution/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/call-for-bounty-developers/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/code-alert-n-super-agent/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/introducing-mofa/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/blog/en/letter-to-gsoc-friends/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)