fix: set motion blur to disabled by default

This commit is contained in:
Idris Gadi
2026-01-27 11:10:12 +05:30
parent 9821e926d9
commit f2c6d8ff0f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ export class FrameRenderer {
focusY: this.animationState.focusY,
motionIntensity: maxMotionIntensity,
isPlaying: true,
motionBlurEnabled: this.config.motionBlurEnabled ?? true,
motionBlurEnabled: this.config.motionBlurEnabled ?? false,
});
// Render the PixiJS stage to its canvas (video only, transparent background)