All Projects → iamshezad → SHTransition

iamshezad / SHTransition

Licence: MIT license
SHTransition is a simple library for viewcontroller transition animation in swift.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SHTransition

Hyawesometransition
Custom transition between viewcontrollers
Stars: ✭ 368 (+951.43%)
Mutual labels:  transition, viewcontroller
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (+271.43%)
Mutual labels:  transition, viewcontroller
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+7231.43%)
Mutual labels:  transition, viewcontroller
FluentTransitions
▶ Smooth UI animations & transitions for .NET
Stars: ✭ 27 (-22.86%)
Mutual labels:  coreanimation
react-page-swapper
An orchestrator that eases out the implementation of page transitions
Stars: ✭ 16 (-54.29%)
Mutual labels:  transition
BJOTPViewController
Entering OTP made simpler.
Stars: ✭ 42 (+20%)
Mutual labels:  viewcontroller
vue-router-view-transition
Properly time out-in transitions with scrollBehavior
Stars: ✭ 38 (+8.57%)
Mutual labels:  transition
My Android Garage
A quick reference guide for Android development.
Stars: ✭ 66 (+88.57%)
Mutual labels:  transition
Router-deprecated
🛣 Simple Navigation for iOS - ⚠️ Deprecated
Stars: ✭ 458 (+1208.57%)
Mutual labels:  viewcontroller
postcss-will-change-transition
PostCSS plugin to add will-change property after transition declarations
Stars: ✭ 15 (-57.14%)
Mutual labels:  transition
react-scrolling-color-background
background with color transitioning as you scroll, declarative and easy to setup
Stars: ✭ 53 (+51.43%)
Mutual labels:  transition
react-animations-from-scratch
medium.com/@alex_holachek/building-animations-in-react-from-scratch-c66a582c9b65
Stars: ✭ 19 (-45.71%)
Mutual labels:  transition
anim8js
The ultimate animation library for javascript - animate everything!
Stars: ✭ 33 (-5.71%)
Mutual labels:  transition
STCubeTransition
A custom view transition that provides transition between 2 different views with 3D cube rotate effect.
Stars: ✭ 16 (-54.29%)
Mutual labels:  transition
dpar
Neural network transition-based dependency parser (in Rust)
Stars: ✭ 41 (+17.14%)
Mutual labels:  transition
onscroll-effect
A tiny JavaScript library to enable CSS animations when user scrolls.
Stars: ✭ 35 (+0%)
Mutual labels:  transition
ux-lab
No description or website provided.
Stars: ✭ 49 (+40%)
Mutual labels:  transition
JNAPushPopCompletionBlock
Completion Block for UINavigationController Push/Pop UIViewController
Stars: ✭ 40 (+14.29%)
Mutual labels:  viewcontroller
lotus
A Swift animation DSL for animating layers with help of CoreAnimation
Stars: ✭ 15 (-57.14%)
Mutual labels:  coreanimation
MVVM-Design-Pattern-Demo
An Xcode 9 project written in Swift 4 code designed using the MVVM design pattern, truly extolling the virtues of MVVM over MVC.
Stars: ✭ 31 (-11.43%)
Mutual labels:  viewcontroller

SHTransition

SHTransition is a Library for the transition between the views in a viewcontroller

Sample One

Installation

--Using Cocoapods pod "SHTransition"

--Or drag and drop the SHTransition.xcodeproj to your project

Usage

1.Import SHTransition

2.SHTransition will be off by default.

  • To use SHTransition in a particular vc on SHTransition
  • You can change the transition timing by changing the value in Transition Time Check the below Screenshot

3.Transition Views ID must be same

  • Check the below screenshot

Example

Download the example project

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