diff --git a/src/components/effects/GradientBlinds.tsx b/src/components/effects/GradientBlinds.tsx index e01a6bd..9f3b787 100644 --- a/src/components/effects/GradientBlinds.tsx +++ b/src/components/effects/GradientBlinds.tsx @@ -376,7 +376,7 @@ void main() { cur[0] += (target[0] - cur[0]) * factor; cur[1] += (target[1] - cur[1]) * factor; } else { - if (pointerPosRef.current) { + if (pointerPosRef.current || isMobileRef.current) { uniforms.iMouse.value = mouseTargetRef.current; } lastTimeRef.current = t;