All Projects → DroidsOnRoids → Mpparallaxview

DroidsOnRoids / Mpparallaxview

Licence: mit
Apple TV Parallax effect in Swift.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Mpparallaxview

Materialviewpager
A Material Design ViewPager easy to use library
Stars: ✭ 8,224 (+376.2%)
Mutual labels:  parallax
React Native Swipeable Parallax Carousel
React Native Swipeable Parallax Carousel
Stars: ✭ 98 (-94.33%)
Mutual labels:  parallax
Flutter Ui Designs
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop.
Stars: ✭ 131 (-92.41%)
Mutual labels:  parallax
Parallax Vanilla
Seamless and lightweight parallax scrolling library implemented in pure JavaScript utilizing Hardware acceleration for extra performance.
Stars: ✭ 81 (-95.31%)
Mutual labels:  parallax
Parallaxscrollingview
Parallax scrolling either by offset or automatically.
Stars: ✭ 91 (-94.73%)
Mutual labels:  parallax
Rallax.js
Dead simple parallax scrolling.
Stars: ✭ 1,441 (-16.56%)
Mutual labels:  parallax
Gatsby Starter Portfolio Cara
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 1,101 (-36.25%)
Mutual labels:  parallax
Arsegmentpager
segment tab controller with parallax Header
Stars: ✭ 1,691 (-2.08%)
Mutual labels:  parallax
Ngx Scrollspy
Angular ScrollSpy Service
Stars: ✭ 94 (-94.56%)
Mutual labels:  parallax
Universal Tilt.js
🎆 Parallax tilt effect library
Stars: ✭ 117 (-93.23%)
Mutual labels:  parallax
Rn Falcon App Intro
rn-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...
Stars: ✭ 82 (-95.25%)
Mutual labels:  parallax
Recyclerparallax
Android Recycler View with Parallax Effect on each item
Stars: ✭ 90 (-94.79%)
Mutual labels:  parallax
Rolly
Custom scroll with inertia, smooth parallax and scenes manager
Stars: ✭ 109 (-93.69%)
Mutual labels:  parallax
Parallaxview
Parallax view for android apps written in Kotlin
Stars: ✭ 70 (-95.95%)
Mutual labels:  parallax
React Stickyroll
A react implementation of stickyroll (original)
Stars: ✭ 132 (-92.36%)
Mutual labels:  parallax
Viewpagertransformer
Viewpager动画,包括渐变,旋转,缩放,3D,立方体等多种酷炫效果动画,实现原理是自定义ViewpagerTransformer,当然你也可以自定义多种动画
Stars: ✭ 62 (-96.41%)
Mutual labels:  parallax
Vue Parallax Js
Tiny vue component that adds a directive for parallax effect on elements.
Stars: ✭ 107 (-93.8%)
Mutual labels:  parallax
Vue Prlx
🔮 Vue.js parallax directive you were looking for (can animate translate & background-position)
Stars: ✭ 140 (-91.89%)
Mutual labels:  parallax
React Lazy Hero
⚡️ A hero component for React
Stars: ✭ 134 (-92.24%)
Mutual labels:  parallax
React Scroll Parallax
🔮 React components to create parallax scroll effects for banners, images or any other DOM elements
Stars: ✭ 1,699 (-1.62%)
Mutual labels:  parallax

MPParallaxView

Apple TV Parallax effect in Swift. Rotate view using touch or accelerometer.

Preview

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Want to quickly look at demo? Type pod try MPParallaxView!

Parallax effect

You can easily customize Parallax View in Storyboard! Jump into Example project to look at properties.

How about accelerometer parallax instead of touch? Set Accelerometer Enabled to On in Storyboard.

There are 3 different ways to set up parallax:

  • .basedOnHierarchyInParallaxView - views in background moves less than views in foreground. You can increase the movement by changing multiplerOfIndexInHierarchyToParallaxOffset - this value will be multiplied by index of view in hierarchy. Default.
  • .basedOnTag - set a tag for a view. For instance, snowflakes image view has 13 tag which means noticeable movement. On the other hand, top view with cast members has 1 tag - almost no movement.
  • .custom(Int) - provide your custom value.

Requirements

Xcode 8, iOS 9

Installation

MPParallaxView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MPParallaxView"

Author

Michal Pyrka
Twitter: mikep_3

Other

Check out the article about this repo: Apple TV Parallax Effect in Swift

Inspired by Designmodo
Thanks Konstantine Trundayev for Interstellar assets!

License

The MIT License (MIT) Copyright (c) 2015 - 2017 Droids On Roids LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].