~michael-sheldon/ubuntu-keyboard/improve-predictions

« back to all changes in this revision

Viewing changes to qml/KeyboardContainer.qml

  • Committer: CI bot
  • Author(s): Michael Sheldon
  • Date: 2014-08-26 17:26:21 UTC
  • mfrom: (202.8.2 update-haptic-values)
  • Revision ID: ps-jenkins@lists.canonical.com-20140826172621-f9q1eio4fg4i7lvg
Update haptic effect values to match those used in AbstractButton. 
Approved by: Bill Filler

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    HapticsEffect {
74
74
        id: pressEffect
75
75
        attackIntensity: 0.0
76
 
        attackTime: 30
77
 
        intensity: 0.3
78
 
        duration: 25
79
 
        fadeTime: 30
 
76
        attackTime: 50
 
77
        intensity: 1.0
 
78
        duration: 10
 
79
        fadeTime: 50
80
80
        fadeIntensity: 0.0
81
81
    }
82
82