pkluz/PKHUD

Disabled moving HUD effect

Closed this issue · 2 comments

Hi, how can I disable this moving-a-bit effect as I'm tilting the device?

Found it!

In FrameView.swift you have to comment this line (or the whole block):

addMotionEffect(group)

too bad it cannot be disabled within library settings.

At first glance, this effect feels good, but on some devices laying on the table, I had a shaking effect instead, probably because of accelerometer not being very precise.

If you want you can make a PR