Skip to content

Latest commit

 

History

History
98 lines (57 loc) · 4.85 KB

README.md

File metadata and controls

98 lines (57 loc) · 4.85 KB

Banner

SS-iOS-Animations

SwiftUI animation library to bring your app to life. ✨

swiftUI swift swiftUI Animations Twitter

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

Check out the Examples

Animations

ProgressView ⏳

ProgressView

Code Link | Animation Name: ProgressAnimation

Left Right ArrowView ↔

LRArrowView

Code Link | Animation Name: ArrowLeftRightAnimation

Water Effect ProgressView 🌊

WaterEffectProgressView

Code Link | Animation Name: WaterProgressAnimation

Reaction Animation View 🌊

ReactionAnimationView

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.
    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 to File > Swift Packages > Add Package Dependencies...

Manually

  • Download and drop SSSwiftUIAnimations folder in your project.
  • Congratulations!

Found these animations useful? ❤️

Support it by joining stargazers ⭐ for this repository.

How to Contribute 🤝

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.

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.