@@ -36,7 +36,7 @@ repositories {
36
36
}
37
37
38
38
dependencies{
39
- compile ' com.nvanbenschoten.motion:library:1.0.2 '
39
+ compile ' com.nvanbenschoten.motion:library:1.1.0 '
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.0.2 </version >
49
+ <version >1.1.0 </version >
50
50
<type >aar</type >
51
51
</dependency >
52
52
```
@@ -91,9 +91,6 @@ perceived depth of the view.
91
91
* tiltSensitivity (float) - adjusts the sensitivity of the view towards tilting, changing how quickly
92
92
the parallax's bounds are reached.
93
93
94
- * forwardTiltOffset (float) - adjusts the tilt offset used to counteract a natural forward tilt of
95
- a phone while facing a user.
96
-
97
94
* scaledIntensity (boolean) - adjusts whether the ImageView's x and y axis' parallax intensities
98
95
are scaled to the image's aspect ratio or equal to each other and to the smaller of the axis'
99
96
intensities (false by default).
@@ -116,4 +113,4 @@ License
116
113
limitations under the License.
117
114
118
115
[ 1 ] : https://github.com/nvanbenschoten/motion/releases
119
- [ 2 ] : https://github.com/nvanbenschoten/motion/releases/download/v1.0.1 /com.nvanbenschoten.motion-1.0.1 .jar
116
+ [ 2 ] : https://github.com/nvanbenschoten/motion/releases/download/v1.1.0 /com.nvanbenschoten.motion-1.1.0 .jar
0 commit comments