Seriously.js
Seriously.js copied to clipboard
Camera shake on mobile goes crazy
Hi,
I tried the camera shake example on mobile and even with small shaking values, the picture is shaking very quickly as if frequency was very high.
I've tried it on real device Samsung S7. Here is my values
shake.amplitudeX = 80;
shake.amplitudeY = 20;
shake.frequency = 0.15;
shake.rotation = 3;
shake.autoScale = true;
shake.preScale = 1;
Any idea?