Code review comment for lp:~nik90/ureadit/migrate-15.04

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Fixed the EmptyState inline comment regarding Ubuntu.Components import version.

> Does Haptics.play() give the same intensity/duration as the manually defined
> one I was using?

It is possible to use custom values by doing something like Haptics.play({attackIntensity: 0.0, duration: 10, attackTime: 50, intensity: 1.0, fadeTime: 50, fadeIntensity: 0.0 }). May I ask the reason for custom values?

Haptics.play() will use the default values used elsewhere by the SDK while clicking on the back button, listitems etc.

Do you want me to set the custom values?

« Back to merge proposal