Skip to content

Commit

Permalink
SH-48 initalize half of blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
leylakapi committed Sep 17, 2014
1 parent a878b3d commit 8e805bc
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions source/posts/2014-09-17-js_plugins_for_scroll_pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,66 @@ author: leylakapi
tags: js, scroll, parallax, libraries, plugins, page, entertainment, animations
---

Javascript scroll page plugins provide to like,

- scroll
- parallax
- animations
- rotations
- drawing line or arcs ...etc

we can use this properties for our pages for entertainment pages.
Let' s examine js plugins ,

1- [infinite-scroll](http://www.infinite-scroll.com/)

- `Infinite-scroll` provide to unpaginate and endless pages for web pages
- For detail on [GitHub page](https://github.com/paulirish/infinite-scroll)

![infinite-scroll](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/infinite-scroll-image.png)

2- [One-page scroll](http://www.thepetedesign.com/demos/onepage_scroll_demo.html)

- Provide scroll page with parallax on one page.
- You can create game or entertainment page with this plugins
- For detail on [GitHub page](https://github.com/peachananr/onepage-scroll)

![one-page-scroll](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/one-page-scroll.png)

3- [Scroll Magic](http://janpaepke.github.io/ScrollMagic/)

- Provide animation for all things (text, image, video ...etc)
- Also synchronize an animation, infinitely scrolling page.
- For detail on [GitHub page](https://github.com/janpaepke/ScrollMagic)

![scroll-magic](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/scroll-magic.png)

4- [Custom content scroller](http://manos.malihu.gr/jquery-custom-content-scroller/)

- High customizable custom scrollbar
- Features include vertical, horizontal, scrolling, drawing ...etc
- For detail on [GitHub page](https://github.com/malihu/malihu-custom-scrollbar-plugin)

![custom-scroll](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/custom-scroll.png)

5- [Scrollability](http://joehewitt.github.io/scrollability/)

- Provide scrolling for mobile devices .
- For detail on [GitHub page](https://github.com/joehewitt/scrollability)

![scrollability](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/scrollability.png)

6- [WayPoints](http://imakewebthings.com/jquery-waypoints/)

- Provide to status of webpage like horizontal or vertical for one page or multiple pages
- For detail on [GitHub page](https://github.com/imakewebthings/jquery-waypoints)

![waypoints](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/waypoints.png)

7- [Scroll Reveal](http://scrollrevealjs.org/)

- Provide to scroll animation for page
- For detail on [GitHub page](https://github.com/julianlloyd/scrollReveal.js)

![scroll-reveal](../assets/images/articles/2014-09-17-js_plugins_for_scroll_pages/scroll-reveal.png)

0 comments on commit 8e805bc

Please sign in to comment.