pixel-examples/community/parallax-scrolling-background/README.md

8 lines
496 B
Markdown
Raw Normal View History

2018-01-11 10:43:39 -06:00
# Parallax scrolling demo
2018-01-11 07:52:23 -06:00
Created by [Sergio Vera](https://github.com/svera)
2018-01-12 05:19:58 -06:00
This example shows how to implement an infinite side scrolling background with a depth effect, using [parallax scrolling](https://en.wikipedia.org/wiki/Parallax_scrolling). Code is based in the [infinite scrolling background](https://github.com/faiface/pixel/tree/master/examples/community/scrolling-background) demo.
2018-01-11 10:43:39 -06:00
2018-01-12 05:19:58 -06:00
Credits to [Peter Hellberg](https://github.com/peterhellberg) for the improved background images.