Seriously.js icon indicating copy to clipboard operation
Seriously.js copied to clipboard

Camera shake on mobile goes crazy

Open suziesirena opened this issue 10 years ago • 0 comments

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?

suziesirena avatar Mar 21 '16 14:03 suziesirena