Skip to content

Commit bdcd1cf

Browse files
authored
Updated README.md
1 parent 8df3e59 commit bdcd1cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ And from code
115115
parallaxView.setParallaxMovementDistance(dstanceInPixels)
116116
```
117117

118-
+Last, but not least, you can change the behavior of the first layer from the user perspective.
118+
+ Last, but not least, you can change the behavior of the first layer from the user perspective.
119119
By default, last layer added will no apply any parallax effect, but you can change this behavior:
120120

121121
```xml
@@ -130,7 +130,7 @@ By default, last layer added will no apply any parallax effect, but you can chan
130130
parallaxView.firstLayerAppliesParallax(true)
131131
```
132132

133-
##Hey we are not done yet!
133+
## Hey we are not done yet!
134134

135135
LayerView can be customized too by defining if its content will be padded.
136136
Because ParallaxView applies translation movements to achieve parallax effect, LayerView instances applies negative margins by default to ensure the Layer border will never be visible.
@@ -149,7 +149,7 @@ If any of your layers does not need this behaviour you can disable it (think as
149149
LayerView(this).useParallaxPadding = false
150150
```
151151

152-
##Now we are done!
152+
## Now we are done!
153153

154154
Check out the sample app and do not forget to star this repo if you find it useful!
155155

0 commit comments

Comments
 (0)