WaterDrops alternatives and similar libraries
Based on the "Animation" category.
Alternatively, view WaterDrops alternatives based on common mentions on social networks and blogs.
-
Lottie
An iOS library for a real time rendering of native vector animations from Adobe After Effects. -
ViewAnimator
ViewAnimator brings your UI to life with just one line. -
AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView. -
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 -
DeckTransition
A library to recreate the iOS Apple Music now playing transition -
Transition
Easy interactive interruptible custom ViewController transitions. -
YapAnimator
Your fast and friendly physics-based animation system. -
Sica
Simple Interface Core Animation. Run type-safe animation sequencially or parallelly. -
Gagat
A delightful way to transition between visual styles in your iOS applications. -
TransitionableTab
TransitionableTab makes it easy to animate when switching between tab -
AlertTransition
AlertTransition is a extensible library for making view controller transitions, especially for alert transitions. -
anim
An animation library for iOS with custom easings and easy to follow API. -
YetAnotherAnimationLibrary
Designed for gesture-driven animations. Fast, simple, & extensible!. -
SwipeTransition
Allows trendy transitions using swipe gesture such as "swipe back". -
AKVideoImageView
UIImageView subclass which allows you to display a looped video as a background. -
TheAnimation
Type-safe CAAnimation wrapper. It makes preventing to set wrong type values. -
AGInterfaceInteraction
library performs interaction with UI interface. -
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
UI framework that implements the material design's reveal effect. -
Kinieta
An Animation Engine with Custom Bezier Easing, an Intuitive API and perfect Color Intepolation. -
VariousViewsEffects
Animates views nicely with easy to use extensions.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of WaterDrops or a related project?
README
WaterDrops
Simple water drops animation 💧
Example
override func viewDidLoad() {
super.viewDidLoad()
self.view.backgroundColor = UIColor.white
// custom configuration
let waterDropsView = WaterDropsView(frame: self.view.frame,
direction: .up,
dropNum: 10,
color: UIColor.red.withAlphaComponent(0.7),
minDropSize: 10,
maxDropSize: 20,
minLength: 50,
maxLength: 100,
minDuration: 4,
maxDuration: 8)
// add animation
waterDropsView.addAnimation()
self.view.addSubview(waterDropsView)
}
Installation
Cocoapods
pod "WaterDrops"
Author
LeFal, [email protected]
License
'WaterDrops' is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the WaterDrops README section above
are relevant to that project's source code only.