Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simformsolutionspvtltd/ss-ios-animations
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.
https://github.com/simformsolutionspvtltd/ss-ios-animations
animation appdevelopment cooltransitions easyintegration elevateyourapp funeffects smoothanimations ssiosanimations swift swiftui swiftui-example uienhancement
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/simformsolutionspvtltd/ss-ios-animations
- Owner: SimformSolutionsPvtLtd
- License: mit
- Created: 2022-08-30T08:50:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T09:09:51.000Z (3 months ago)
- Last Synced: 2024-08-12T10:32:53.006Z (3 months ago)
- Topics: animation, appdevelopment, cooltransitions, easyintegration, elevateyourapp, funeffects, smoothanimations, ssiosanimations, swift, swiftui, swiftui-example, uienhancement
- Language: Swift
- Homepage:
- Size: 4.95 MB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/SSSwiftUIAnimations/Banner/Banner.png?raw=true)
# SS-iOS-Animations
SwiftUI animation library to bring your app to life. ✨
[![swiftUI](https://img.shields.io/badge/-swiftUI-blue)](https://developer.apple.com/documentation/swiftui)
[![swift](https://img.shields.io/badge/-swift-blue)](https://developer.apple.com/swift/)
[![swiftUI Animations](https://img.shields.io/badge/-animations-blue)](https://developer.apple.com/documentation/swiftui/animations)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/simform)🚀 **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](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/tree/master/SSSwiftUIAnimations/Examples)## Animations
### ProgressView ⏳
![ProgressView](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/SSSwiftUIAnimations/GIFs/ProgressView.gif?raw=true)[**Code Link**](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/tree/master/SSSwiftUIAnimations/Sources/ProgressAnimation) | Animation Name: ProgressAnimation
### Left Right ArrowView ↔
![LRArrowView](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/SSSwiftUIAnimations/GIFs/LRArrowView.gif?raw=true)[**Code Link**](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/tree/master/SSSwiftUIAnimations/Sources/ArrowLeftRightAnimation) | Animation Name: ArrowLeftRightAnimation
### Water Effect ProgressView 🌊
![WaterEffectProgressView](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/SSSwiftUIAnimations/GIFs/WaterProgressView.gif?raw=true)[**Code Link**](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/tree/master/SSSwiftUIAnimations/Sources/WaterProgressAnimation) | Animation Name: WaterProgressAnimation
### Reaction Animation View 🌊
![ReactionAnimationView](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/SSSwiftUIAnimations/GIFs/ReactionAnimationView.gif?raw=true)[**Code Link**](https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/tree/master/SSSwiftUIAnimations/Sources/ReactionAnimation) | 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](https://swift.org/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? :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.
[stargazers]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/stargazers
[Contributing Guide]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/CONTRIBUTING.md
[Awesome-Mobile-Libraries]: https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries
[Github Issues]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/issues
[license]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/blob/master/LICENSE