Loading repository data…
Loading repository data…
SimformSolutionsPvtLtd / repository
Elevate your app's user interface with stunning and smooth animations! This library offers easy-to-use animations for both SwiftUI beginners and pros. Enhance your app with cool transitions, fun effects, and interactive touches. Integrating these animations is simple—just follow a few steps to add the code and bring your project to life.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

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! ✨

Code Link | Animation Name: ProgressAnimation

Code Link | Animation Name: ArrowLeftRightAnimation

Code Link | Animation Name: WaterProgressAnimation

Code Link | Animation Name: ReactionAnimation
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. Example: pod 'SSSwiftUIAnimations/WaterProgressAnimation'
pod 'SSSwiftUIAnimations/[AnimationName]'
Then, wherever you want to use it, Just:
import SwiftUI
import SSSwiftUIAnimations
Swift Package Manager
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 to File > Swift Packages > Add Package Dependencies...Manually
Support it by joining stargazers :star: for this repository.
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.
For bugs, feature feature requests, and discussion use GitHub Issues.
Check out our other libraries Awesome-Mobile-Libraries.
Distributed under the MIT license. See LICENSE for details.