Hi,
both examples appear 'smooth' to me...
Especially on the iPhone the krpano example appears noticeable more smoother and fluid, the other example appears slightly jerky there...
But I would say the friction is a bit too low in your example, the movement is going on too long...
Basically its a balance between inertia and friction, try playing especially with these two values.
And for the 'stopping' of the the movement at some point a smaller frictionstop value can be used.
E.g start with these values and then vary them slightly:
|
Source code
|
1
2
3
4
5
|
<control mode="follow"
draginertia="0.05"
dragfriction="0.95"
frictionstop="0.001"
/>
|
Best regards,
Klaus