https://github.com/canopas/swiftui-animations-examples
Cool animations implemented with SwiftUI
https://github.com/canopas/swiftui-animations-examples
animations cool-animations ios ios-animation ios-animations loader loaders swiftui swiftui-animation swiftui-animations
Last synced: about 1 month ago
JSON representation
Cool animations implemented with SwiftUI
- Host: GitHub
- URL: https://github.com/canopas/swiftui-animations-examples
- Owner: canopas
- License: other
- Created: 2022-05-06T12:56:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T08:50:42.000Z (5 months ago)
- Last Synced: 2025-04-09T15:05:46.358Z (about 1 month ago)
- Topics: animations, cool-animations, ios, ios-animation, ios-animations, loader, loaders, swiftui, swiftui-animation, swiftui-animations
- Language: Swift
- Homepage:
- Size: 3.95 MB
- Stars: 73
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Swiftui-animations-examples
Cool animations implemented with SwiftUI.## 🚀 Showcase
![]()
Clock
![]()
Pacman
![]()
Stepper
![]()
Twin Circle Transition
![]()
Twin Circle Scale
![]()
Arc Rotation
![]()
Flipping Square
![]()
Square Fill
![]()
Line Waves
![]()
Wave Animation
![]()
Rotating Dot
![]()
Jumping Heart
![]()
Circle Blinking Dots
![]()
Circle Blinking Lines
![]()
Three Bounce Dot
![]()
Three Progress Dots
![]()
Three Rotating Dot
![]()
Horizontal Swapping Dots
![]()
Triangle Rotating Dots
![]()
Triangle Swapping Dots
For detailed information about implementation checkout [article 1](https://canopas.com/animations-in-swiftui-with-examples-dfb616fe467f), [article 2](https://canopas.com/ios-animations-in-swiftui-with-examples-part-2-980a2df69145), [article 3](https://canopas.com/animations-in-swiftui-with-examples-part-3-56411ae2ffe0), & [article 4](https://canopas.com/animations-in-swift-ui-with-examples-part-4).
# Bugs and Feedback
For bugs, questions, and discussions please use the [Github Issues](https://github.com/canopas/Swiftui-animations-examples/issues).# Credits
This repository is owned and maintained by the [Canopas team](https://canopas.com/). You can follow them on X at [@canopassoftware](https://x.com/canopassoftware) for the project updates and releases.# Licence
```
Copyright 2022 Canopas Software LLPLicensed under the Apache License, Version 2.0 (the "License");
You won't be using this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```