Wave
:ocean: Declarative chainable animations in Swift
Install / Use
/learn @onmyway133/WaveREADME
Wave
Declarative chainable animations in Swift ❤️ Support my apps ❤️
- Push Hero - pure Swift native macOS application to test push notifications
- PastePal - Pasteboard, note and shortcut manager
- Quick Check - smart todo manager
- Alias - App and file shortcut manager
- My other apps
❤️❤️😇😍🤘❤️❤️

Features
- Declarative
- Run animations in sequence
- Run animations in parallel
- Support UIView and Core Animation animations
- Extensible
Usage
view.run(.sequence([
.fadeIn(),
.fadeOut(),
.parallel([
.wait(0.5),
.squeeze()
.sequence([
.shake(),
.log("Has just been shaked")
.flipX()
]),
.morph()
])
]))
Installation
Wave is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Wave'
Wave is also available through Carthage. To install just write into your Cartfile:
github "onmyway133/Wave"
Author
Khoa Pham, onmyway133@gmail.com
Credit
- https://www.swiftbysundell.com/posts/building-a-declarative-animation-framework-in-swift-part-1
Contributing
We would love you to contribute to Wave, check the CONTRIBUTING file for more info.
License
Wave is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
