@@ -36,7 +36,7 @@ repositories {
36
36
}
37
37
38
38
dependencies{
39
- compile ' com.nvanbenschoten.motion:library:1.1.0 '
39
+ compile ' com.nvanbenschoten.motion:library:1.1.1 '
40
40
}
41
41
```
42
42
** Or** :
@@ -46,7 +46,7 @@ Add the following to your `pom.xml`:
46
46
<dependency >
47
47
<groupId >com.nvanbenschoten.motion</groupId >
48
48
<artifactId >library</artifactId >
49
- <version >1.1.0 </version >
49
+ <version >1.1.1 </version >
50
50
<type >aar</type >
51
51
</dependency >
52
52
```
@@ -85,13 +85,13 @@ Configurations
85
85
There are three attributes that can be changed to adjust the parallax effect of the ImageView.
86
86
Each can be accessed either through XML attributes or through Java functions.
87
87
88
- * motionIntensity (float) - adjusts the strength of the parallax effect, giving control over the
88
+ * intensity (attr : motionIntensity ) (float) - adjusts the strength of the parallax effect, giving control over the
89
89
perceived depth of the view.
90
90
91
- * motionTiltSensitivity (float) - adjusts the sensitivity of the view towards tilting, changing how quickly
91
+ * tiltSensitivity (attr : motionTiltSensitivity ) (float) - adjusts the sensitivity of the view towards tilting, changing how quickly
92
92
the parallax's bounds are reached.
93
93
94
- * motionScaledIntensity (boolean) - adjusts whether the ImageView's x and y axis' parallax intensities
94
+ * scaledIntensity (attr : motionScaledIntensity ) (boolean) - adjusts whether the ImageView's x and y axis' parallax intensities
95
95
are scaled to the image's aspect ratio or equal to each other and to the smaller of the axis'
96
96
intensities (false by default).
97
97
@@ -113,4 +113,4 @@ License
113
113
limitations under the License.
114
114
115
115
[ 1 ] : https://github.com/nvanbenschoten/motion/releases
116
- [ 2 ] : https://github.com/nvanbenschoten/motion/releases/download/v1.1.0 /com.nvanbenschoten.motion-1.1.0 .jar
116
+ [ 2 ] : https://github.com/nvanbenschoten/motion/releases/download/v1.1.1 /com.nvanbenschoten.motion-1.1.1 .jar
0 commit comments