WaterDrops alternatives and similar libraries
Based on the "Animation" category.
Alternatively, view WaterDrops alternatives based on common mentions on social networks and blogs.
-
AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code. -
AlertTransition
AlertTransition is a extensible library for making view controller transitions, especially for alert transitions. -
ContainerController
👉↕️📱ContainerController 🧩✨⚙️ is a UI Component Swipe-Panel (Customizable). 💡 The idea is copied from the app: Apple Maps, Stocks. Swift version -
SPPerspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration. -
AKVideoImageView
DISCONTINUED. UIImageView subclass that allows you to display a looped video and dynamically switch it. [GET https://api.github.com/repos/numen31337/AKVideoImageView: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
Wobbly
(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing. -
Disintegrate
Disintegration animation inspired by THAT thing Thanos did at the end of Avengers: Infinity War. -
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.
CodeRabbit: AI Code Reviews for Developers

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