All Projects → xmuSistone → Viewpagertransition

xmuSistone / Viewpagertransition

viewpager with parallax pages, together with vertical sliding (or click) and activity transition

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Viewpagertransition

Viewpagertransformer
Viewpager动画,包括渐变,旋转,缩放,3D,立方体等多种酷炫效果动画,实现原理是自定义ViewpagerTransformer,当然你也可以自定义多种动画
Stars: ✭ 62 (-97.94%)
Mutual labels:  transformer, viewpager, parallax
Parallaxscrollingview
Parallax scrolling either by offset or automatically.
Stars: ✭ 91 (-96.98%)
Mutual labels:  viewpager, parallax
Materialviewpager
A Material Design ViewPager easy to use library
Stars: ✭ 8,224 (+172.59%)
Mutual labels:  viewpager, parallax
Android Viewpager Transformers
A collection of view pager transformers
Stars: ✭ 546 (-81.9%)
Mutual labels:  transformer, viewpager
Transformer page view
PageTransformer for flutter
Stars: ✭ 341 (-88.7%)
Mutual labels:  transformer, parallax
Easyflipviewpager
📖 The library for creating book and card flip animations in ViewPager in Android
Stars: ✭ 698 (-76.86%)
Mutual labels:  transformer, viewpager
Transformerslayout
🔥 App金刚区导航菜单,类似淘宝、QQ音乐等APP导航,方格布局横向多行滑动翻页带滚动条
Stars: ✭ 258 (-91.45%)
Mutual labels:  viewpager
Allrank
allRank is a framework for training learning-to-rank neural models based on PyTorch.
Stars: ✭ 269 (-91.08%)
Mutual labels:  transformer
Wowoviewpager
Combine ViewPager and Animations to provide a simple way to create applications' guide pages.
Stars: ✭ 2,749 (-8.88%)
Mutual labels:  viewpager
Transitionexample
a demo of Transition Framework
Stars: ✭ 257 (-91.48%)
Mutual labels:  transition
React Native Collapsing Toolbar
react-native wrapper for android CollapsingToolbarLayout
Stars: ✭ 280 (-90.72%)
Mutual labels:  parallax
Transformer
Implementation of Transformer model (originally from Attention is All You Need) applied to Time Series.
Stars: ✭ 273 (-90.95%)
Mutual labels:  transformer
Parallax
Easy parallax View for Android simulating Apple TV App Icons
Stars: ✭ 271 (-91.02%)
Mutual labels:  parallax
Perspective
Powerful scrolling and motion parallax for iOS
Stars: ✭ 260 (-91.38%)
Mutual labels:  parallax
Parallax Effect
🤹🏻‍♂️ Parallax effect in javascript using face tracking. An immersive view in 3d with webcam.
Stars: ✭ 275 (-90.88%)
Mutual labels:  parallax
Guillotinemenu Android
Neat library, that provides a simple way to implement guillotine-styled animation
Stars: ✭ 2,743 (-9.08%)
Mutual labels:  transition
Demo Chinese Text Binary Classification With Bert
Stars: ✭ 276 (-90.85%)
Mutual labels:  transformer
Inkeverticalviewpagerlive
仿映客viewPager上下滑动切换直播
Stars: ✭ 258 (-91.45%)
Mutual labels:  viewpager
Cmpagetitleview
✍️一分钟集成类似抖音,新浪微博,腾讯视频,网易新闻,今日头条等常见的标题栏样式,api灵活易扩展,支持Cocoapods和Masonry布局,支持ChildController的完整生命周期
Stars: ✭ 270 (-91.05%)
Mutual labels:  viewpager
Keras Transformer
Transformer implemented in Keras
Stars: ✭ 273 (-90.95%)
Mutual labels:  transformer

android-page-transition

viewpager with vertical sliding effects and activity transition

Drawing

The original design is here: https://dribbble.com/shots/2493845-ToFind-Transition-Test

Captured images:

Coding design

Sliding pages to the left or right, as we know, could be implemented by using ViewPager. And fortunately, ViewPager's PagerTransformer is allowed for customization. That's to say, CustPagerTransformer could get rid of all the parallax effects.
Then, in viewpager's fragment item, vertical slide is an independent module, which could be realized by using ViewDragHelper. In the activity transition part, android OS (above 5.0) makes it easy to transfer to another activity.

Thanks

rubensousa/ViewPagerCards
antoniolg/MaterialEverywhere

Demo Apk

download

Version: 1.0

  • Pilot version

License

Copyright 2016, xmuSistone

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].