diff --git a/packages/engine/src/services/screenshotService.ts b/packages/engine/src/services/screenshotService.ts index 7ba30a232..79ab0117f 100644 --- a/packages/engine/src/services/screenshotService.ts +++ b/packages/engine/src/services/screenshotService.ts @@ -375,17 +375,12 @@ export async function injectVideoFramesBatch( let img = video.nextElementSibling as HTMLImageElement | null; const isNewImage = !img || !img.classList.contains("__render_frame__"); const computedStyle = window.getComputedStyle(video); - // GSAP seeks re-apply tween values during an active tween, but do not - // re-apply tweens that have already completed. After an opacity fade-in - // finishes, GSAP's last set value is overwritten on subsequent frames - // by the `opacity: 0 !important` we apply at the bottom of this - // function to hide the native