Awesome
SS-iOS-Animations
SwiftUI animation library to bring your app to life. ✨
🚀 SS-iOS-Animations: Turn ordinary user interfaces into extraordinary experiences! With this library, you can make your app more fun and engaging by adding smooth and eye-catching animations to your app. Whether you're new to SwiftUI or a pro, our easy-to-use animations make it simple to add that extra wow factor to your app. Spice up your app with cool transitions, fun effects, and interactive touches, all thanks to SS-iOS-Animations. Try it out and take your SwiftUI apps to the next level! ✨
Animations
ProgressView ⏳
Code Link | Animation Name: ProgressAnimation
Left Right ArrowView ↔
Code Link | Animation Name: ArrowLeftRightAnimation
Water Effect ProgressView 🌊
Code Link | Animation Name: WaterProgressAnimation
Reaction Animation View 🌊
Code Link | Animation Name: ReactionAnimation
Installation
CocoaPods
-
You can use CocoaPods to install SSSwiftUIAnimations by adding it to your Podfile. It will add all the Animation to your project:
use_frameworks! pod 'SSSwiftUIAnimations'
-
For installing only particular Animation from the Pod. Use /AnimationName at the end. You can find the AnimationName at the bottom of Animations listed above.<br/> Example: pod 'SSSwiftUIAnimations/WaterProgressAnimation'
pod 'SSSwiftUIAnimations/[AnimationName]'
-
Then, wherever you want to use it, Just:
import SwiftUI import SSSwiftUIAnimations
Swift Package Manager
- When using Xcode 11 or later, you can install
SSSwiftUIAnimations
through Swift Package Manager by going to your Project settings >Swift Packages
and add the repository by providing the GitHub URL. Alternatively, you can go toFile
>Swift Packages
>Add Package Dependencies...
Manually
- Download and drop SSSwiftUIAnimations folder in your project.
- Congratulations!
Found these animations useful? :heart:
Support it by joining stargazers :star: for this repository.
How to Contribute :handshake:
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! :muscle:
Check out our Contributing Guide for ideas on contributing.
Bugs and Feedback
For bugs, feature feature requests, and discussion use GitHub Issues.
Checkout our Other Mobile Libraries
Check out our other libraries Awesome-Mobile-Libraries.
License
Distributed under the MIT license. See LICENSE for details.
<!-- Reference links -->