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
- 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!
Support it by joining stargazers ⭐ for this repository.
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! 💪
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.