All Projects → mayqiyue → Aisphereview

mayqiyue / Aisphereview

Licence: mit
A wonderful 3D animation

Projects that are alternatives of or similar to Aisphereview

Morpherings
CSS Animations that cause buttons to morph into forms.
Stars: ✭ 121 (-24.37%)
Mutual labels:  transition
Vue Svg Transition
Create 2-state, SVG-powered transitions
Stars: ✭ 127 (-20.62%)
Mutual labels:  transition
Gganimate
A Grammar of Animated Graphics
Stars: ✭ 1,744 (+990%)
Mutual labels:  transition
Yudisplacementtransition
A GPU accelerated transition library makes use of displacement maps to create distortion effects.
Stars: ✭ 121 (-24.37%)
Mutual labels:  transition
Stfalconimageviewer
A simple and customizable Android full-screen image viewer with shared image transition support, "pinch to zoom" and "swipe to dismiss" gestures
Stars: ✭ 1,734 (+983.75%)
Mutual labels:  transition
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (-18.75%)
Mutual labels:  transition
Easytransitions
A simple way to create custom interactive UIViewController transitions
Stars: ✭ 1,592 (+895%)
Mutual labels:  transition
Kwdrawercontroller
Drawer view controller that easy to use!
Stars: ✭ 154 (-3.75%)
Mutual labels:  transition
Mergi
go library for image programming (merge, crop, resize, watermark, animate, ease, transit)
Stars: ✭ 127 (-20.62%)
Mutual labels:  transition
Transitionhelper
This is a simple util to create Activity transition animation
Stars: ✭ 1,653 (+933.13%)
Mutual labels:  transition
React Text Transition
Animate your text changes
Stars: ✭ 121 (-24.37%)
Mutual labels:  transition
React Native Expanding Circle Transition
A simple react native component to make an expanding circle transition.
Stars: ✭ 125 (-21.87%)
Mutual labels:  transition
React Number Easing
React component for fancy number transitions.
Stars: ✭ 131 (-18.12%)
Mutual labels:  transition
Floatingtoolbar
A toolbar that morphs from a FloatingActionButton
Stars: ✭ 1,540 (+862.5%)
Mutual labels:  transition
Cpcollectionviewkit
Interesting UICollectionView layouts and transitions
Stars: ✭ 140 (-12.5%)
Mutual labels:  transition
Pixelwave
Fully customizable pixel wave animation for seamless page transitions.
Stars: ✭ 119 (-25.62%)
Mutual labels:  transition
Googlenewsstandanimation Android
Navigation pattern like in Google News Stand app with transitions
Stars: ✭ 130 (-18.75%)
Mutual labels:  transition
Yii2 Workflow
A simple workflow engine for Yii2
Stars: ✭ 157 (-1.87%)
Mutual labels:  transition
Layerjs
layerJS: Javascript UI composition framework
Stars: ✭ 1,825 (+1040.63%)
Mutual labels:  transition
Css Animation 101 Cn
学习如何为你的 Web 程序添加动效
Stars: ✭ 132 (-17.5%)
Mutual labels:  transition

AISphereView

CI Status Version License Platform

Purpose

I like to realize UI effects when I am free. The AISphereView was inspire by QQ Browser.

Here is the proto effect:

And here is AISphereView:

Example

You can clone or download the example to have fun with it.

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

Installation

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

pod 'AISphereView'

Usage

The API is very easy to use:

- (void)pushToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;

- (void)popToCenter:(UIView *)centerView withItems:(NSArray <UIView *>*)items;

PS:

  1. For saving memory. AISphereView will not hold 'items' when '- (void)pushToCenter:(UIView *)centerView withItems:(NSArray <UIView >)items' gets called.
  2. You need use a stack to manager the data yourself when push. (Example project for your reference)

Author

mayqiyue, [email protected]

License

AISphereView is available under the MIT license. See the LICENSE file for more info.

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