SwingAnimation is a framework allows you to apply smooth animations in widgets.
content.swingAnimation(duration: 8, direction: .horizontal, distance: 100)
- iOS 14.0+
- Swift 5.8+
dependencies: [
.package(url: "https://github.com/TopWidgets/SwingAnimation.git", .upToNextMajor(from: "1.0.0"))
]
SwingAnimation is available under the MIT license. See the LICENSE file for more info.