Skip to content

Commit 28da873

Browse files
committed
Add 'Mobile Support' section with blog link
1 parent 7b998d8 commit 28da873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ $.stellar();
2929

3030
This will look for any parallax backgrounds or elements within the specified element and reposition them when the element scrolls.
3131

32+
## Mobile Support
33+
34+
Support on mobile devices requires a touch scrolling library, and a slightly tweaked configuration. For a full walkthrough on how to implement this correctly, read my blog post ["Mobile Parallax with Stellar.js"](http://markdalgleish.com/2012/10/mobile-parallax-with-stellar-js).
35+
3236
## Parallax Elements
3337

3438
If you want elements to scroll at a different speed, add the following attribute to any element with a CSS position of absolute, relative or fixed:

0 commit comments

Comments
 (0)