perf: CDN transform w_1920,f_webp,q_55 for hero frames (~40KB vs 262KB)
This commit is contained in:
@@ -14,7 +14,7 @@ import UnitRevealOverlay from './UnitRevealOverlay'
|
|||||||
const TOTAL_FRAMES = 299
|
const TOTAL_FRAMES = 299
|
||||||
const CDN = 'https://media.ayris.tech/t'
|
const CDN = 'https://media.ayris.tech/t'
|
||||||
const FRAME_PATH = (n: number) =>
|
const FRAME_PATH = (n: number) =>
|
||||||
`${CDN}/vesta/frames/ezgif-frame-${String(n).padStart(3, '0')}.jpg`
|
`${CDN}/w_1920,f_webp,q_55/vesta/frames/ezgif-frame-${String(n).padStart(3, '0')}.jpg`
|
||||||
|
|
||||||
// Scroll aralığına göre opacity döndüren helper
|
// Scroll aralığına göre opacity döndüren helper
|
||||||
function usePhaseOpacity(
|
function usePhaseOpacity(
|
||||||
|
|||||||
Reference in New Issue
Block a user