All Projects → nelonoel → react-rellax

nelonoel / react-rellax

Licence: MIT license
React Parallax component using Rellax.js

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-rellax

universal-parallax
Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.
Stars: ✭ 107 (+174.36%)
Mutual labels:  parallax, parallax-scrolling, parallax-javascript-library
smooth-parallax
Smooth Parallax makes it a lot easier to move objects when the page scroll with ease.
Stars: ✭ 66 (+69.23%)
Mutual labels:  parallax, parallax-scrolling, parallax-javascript-library
Parallaxie
Easiest, Responsive and Customizable Parallax jQuery Plugin
Stars: ✭ 65 (+66.67%)
Mutual labels:  parallax, parallax-scrolling, parallax-javascript-library
Perspective
🖼Parallax scrolling effect. And more.
Stars: ✭ 80 (+105.13%)
Mutual labels:  parallax, parallax-scrolling, parallax-javascript-library
hongkong
A parallax scroll effect plugin
Stars: ✭ 46 (+17.95%)
Mutual labels:  parallax, parallax-scrolling
Rallax.js
Dead simple parallax scrolling.
Stars: ✭ 1,441 (+3594.87%)
Mutual labels:  parallax, parallax-scrolling
Parallaxrecyclerview
Parallax effect on every item of your RecyclerView.
Stars: ✭ 237 (+507.69%)
Mutual labels:  parallax
DrinksGalleryApp
Xamarin.Forms goodlooking UI sample using the new CarouselView (Parallax).
Stars: ✭ 51 (+30.77%)
Mutual labels:  parallax
Backgroundvideo
A lightweight parallax background video solution that behaves like the CSS3 property, background-size: cover
Stars: ✭ 234 (+500%)
Mutual labels:  parallax
svelte-parallax
a (small) spring-based parallax component library for Svelte
Stars: ✭ 87 (+123.08%)
Mutual labels:  parallax
BelecoLiveWallpaper
An Android live wallpaper with parallax effect.
Stars: ✭ 74 (+89.74%)
Mutual labels:  parallax
Aksidemenu
Beautiful iOS side menu library with parallax effect. Written in Swift
Stars: ✭ 216 (+453.85%)
Mutual labels:  parallax
React Parallax Tilt
👀 Easily apply tilt hover effect on React components - lightweight/zero dependencies
Stars: ✭ 243 (+523.08%)
Mutual labels:  parallax
parallax-effect
🤹🏻‍♂️ Parallax effect in javascript using face tracking. An immersive view in 3d with webcam.
Stars: ✭ 299 (+666.67%)
Mutual labels:  parallax
Slidemenulayout
🔥An android slide menu that supports left and right swipes and slides with parallax.(一个支持左右滑动并带有视差滑动效果的安卓侧滑菜单控件.仿[QQ/探探侧滑])
Stars: ✭ 235 (+502.56%)
Mutual labels:  parallax
URParallaxScrollAnimator
Show an animation as far as moved scroll while scrolling at the scroll view
Stars: ✭ 34 (-12.82%)
Mutual labels:  parallax-scrolling
Rvparallaximageview
RvParallaxImageView用在recyclerview的item中,它可以随着recyclerview进行视差效果的移动,进而可以在一个小区域的item中展示一个完整的图片。适用于在recyclerview的item中显示大的广告图。
Stars: ✭ 224 (+474.36%)
Mutual labels:  parallax
doodle-android
Colorful live wallpapers with auto dark mode and power-efficient animations
Stars: ✭ 440 (+1028.21%)
Mutual labels:  parallax
AFTPhotoScroller
A simple photo browser using like iOS photo app.
Stars: ✭ 20 (-48.72%)
Mutual labels:  parallax-scrolling
momentum
Track movement and basic events with CSS custom properties
Stars: ✭ 19 (-51.28%)
Mutual labels:  parallax

react-rellax

Live Demo

React Parallax component using Rellax.js.

Installation

npm i --save react-rellax

Notes

  • All props are optional.
  • It's common to tweak speed and percentage to suit your design requirements.
  • All other props not mentioned below (e.g. className, style, etc.) are passed down as usual.

Props

  • as (str) : Tag to use as a wrapper. Default: div
  • centered (bool) : Centers the component on the viewport
  • horizontal (bool) : Horizontal scrolling
  • onMove (func) : Callback function which accepts an object {x: int, y: int}
  • percentage (num) : Initial scroll percentage
  • speed (int) : Integer >= -10 && <=10 determines scroll speed. Default: -2
  • zIndex (int) : Orders component on the z-axis
  • wrapper (str) : Selector to use as a wrapper from which to calculate parallax position.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].