~jonas-drange/ubuntu-system-settings/hotspots-change-test-backend

« back to all changes in this revision

Viewing changes to plugins/cellular/PageComponent.qml

  • Committer: jonas-drange
  • Date: 2015-07-22 14:16:13 UTC
  • mfrom: (1312.3.74 tmp)
  • Revision ID: jonas.drange@canonical.com-20150722141613-4hz7rolyt8eei8ht
  Pete Woods 2015-07-16 Manage hotspots via connectity API

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
 
122
122
        Behavior on opacity {
123
123
            PropertyAnimation {
124
 
               duration: UbuntuAnimation.SleepyDuration
 
124
               duration: UbuntuAnimation.SlowDuration
125
125
            }
126
126
        }
127
127
    }
143
143
 
144
144
        Behavior on opacity {
145
145
            PropertyAnimation {
146
 
                duration: UbuntuAnimation.SleepyDuration
 
146
                duration: UbuntuAnimation.SlowDuration
147
147
            }
148
148
        }
149
149