AGInterfaceInteraction alternatives and similar libraries
Based on the "Animation" category.
Alternatively, view AGInterfaceInteraction alternatives based on common mentions on social networks and blogs.
-
Lottie
An iOS library to natively render After Effects vector animations -
ViewAnimator
ViewAnimator brings your UI to life with just one line -
AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code. -
Spruce iOS Animation Library
Swift library for choreographing animations on the screen. -
Gemini
Gemini is rich scroll based animation framework for iOS, written in Swift. -
Transition
Easy interactive interruptible custom ViewController transitions -
DeckTransition
A library to recreate the iOS Apple Music now playing transition -
YapAnimator
Your fast and friendly physics-based animation system. -
Motion
A library used to create beautiful animations and transitions for iOS. -
Sica
:deer: Simple Interface Core Animation. Run type-safe animation sequencially or parallelly -
TransitionableTab
TransitionableTab makes it easy to animate when switching between tab. -
Gagat
A delightful way to transition between visual styles in your iOS applications. -
AlertTransition
AlertTransition is a extensible library for making view controller transitions, especially for alert transitions. -
Anima
Anima is chainable Layer-Based Animation library for Swift5. -
YetAnotherAnimationLibrary
Designed for gesture-driven animations. Fast, simple, & extensible! -
SwipeTransition
Allows trendy transitions using swipe gesture such as "swipe back anywhere". -
SPPerspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration. -
TheAnimation
Type-safe CAAnimation wrapper. It makes preventing to set wrong type values. -
AKVideoImageView
UIImageView subclass that allows you to display a looped video and dynamically switch it. -
GLInAppPurchase
Tinder Style InApp Purchase Banner -
MotionAnimation
Lightweight animation library for UIKit -
Wobbly
(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing. -
Poi
Poi makes you use card UI like tinder UI .You can use it like tableview method. -
Disintegrate
Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War. -
CircularRevealKit
Circular reveal animations made easy -
VariousViewsEffects
Various view's effects for iOS, written in Swift. Allows you to animate views nicely with easy to use extensions. Currently supported animations: Glass Break, Explode, Snowflakes. Every animation is randomized. -
MagicKit
An Advanced and Flexible Framework for Building Engaging Transitions. -
Overlap
Tiny iOS library to achieve overlap visual effect.
Appwrite - The open-source backend cloud platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AGInterfaceInteraction or a related project?
README
StartGravity:
Agilie Team would like to offer you our new lightweight open-source library called AGInterfaceInteraction.
Our library with the new interesting animation: capturing any interface (screen or view) and throws its UI elements over under the influence of gravity, so that one can move them from side to side obliquely. By default, the animation lasts for about 3-4 seconds, but you can adjust its duration at your discretion. After the animation has been completed, all the UI elements returns to their original location.
(Note: We are working with native UI elements (UILabel, UIButton, UIImageView, UISwitch, UISlider, UITExtField, UIProgressView, UITableView/UICollectionView). If listed UI elements embedded in UIView or UIScrollView, library picks it up and animates it separately. We keep on working to handle most intricate interface.)
This animations can be easily used during the development of any application as an event activated after a specified user action.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Usage
StartGravity:
After we choose a way to initiate animation, just provide view and duration as parameters call the method startGravityView(view: duration: collisionMode:)
@IBAction startButtonDidTouch(_ sender: Any) {
self.agGravityService.startGravityView(view: self.view, duration: 10, collisionMode: .everything)
}
Installation
AGInterfaceInteraction is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AGInterfaceInteraction"
Author
This library is open-sourced by Agilie Team [email protected]
Contributors
Michael Liptuga - [email protected]
Contact us
License
The [MIT](LICENSE.MD) License (MIT) Copyright © 2017 Agilie Team
*Note that all licence references and agreements mentioned in the AGInterfaceInteraction README section above
are relevant to that project's source code only.