{"id":2324,"url":"https://github.com/onmyway133/Wave","last_synced_at":"2025-08-02T23:33:07.509Z","repository":{"id":56927292,"uuid":"60433879","full_name":"onmyway133/Wave","owner":"onmyway133","description":":ocean: Declarative chainable animations in Swift","archived":false,"fork":false,"pushed_at":"2020-05-12T21:31:53.000Z","size":2336,"stargazers_count":128,"open_issues_count":5,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-28T03:21:25.714Z","etag":null,"topics":["animation","chain","declarative","ios","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onmyway133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-04T22:59:28.000Z","updated_at":"2024-07-23T02:32:52.000Z","dependencies_parsed_at":"2022-08-21T05:50:53.230Z","dependency_job_id":null,"html_url":"https://github.com/onmyway133/Wave","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FWave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FWave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FWave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FWave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmyway133","download_url":"https://codeload.github.com/onmyway133/Wave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228503186,"owners_count":17930530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","chain","declarative","ios","swift"],"created_at":"2024-01-05T20:16:10.895Z","updated_at":"2024-12-06T17:31:00.405Z","avatar_url":"https://github.com/onmyway133.png","language":"Swift","funding_links":[],"categories":["UI","Animation","HarmonyOS"],"sub_categories":["Animation","Other free courses","Windows Manager"],"readme":"# Wave\nDeclarative chainable animations in Swift\n❤️ Support my apps ❤️ \n\n- [Push Hero - pure Swift native macOS application to test push notifications](https://onmyway133.com/pushhero)\n- [PastePal - Pasteboard, note and shortcut manager](https://onmyway133.com/pastepal)\n- [Quick Check - smart todo manager](https://onmyway133.com/quickcheck)\n- [Alias - App and file shortcut manager](https://onmyway133.com/alias)\n- [My other apps](https://onmyway133.com/apps/)\n\n❤️❤️😇😍🤘❤️❤️\n\n[![CI Status](http://img.shields.io/travis/onmyway133/Wave.svg?style=flat)](https://travis-ci.org/onmyway133/Wave)\n[![Version](https://img.shields.io/cocoapods/v/Wave.svg?style=flat)](http://cocoadocs.org/docsets/Wave)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License](https://img.shields.io/cocoapods/l/Wave.svg?style=flat)](http://cocoadocs.org/docsets/Wave)\n[![Platform](https://img.shields.io/cocoapods/p/Wave.svg?style=flat)](http://cocoadocs.org/docsets/Wave)\n\n![](Screenshots/Banner.png)\n\n## Features\n\n- Declarative\n- Run animations in sequence\n- Run animations in parallel\n- Support UIView and Core Animation animations\n- Extensible\n\n\u003cdiv align = \"center\"\u003e\n\u003cimg src=\"Screenshots/wave.gif\" width=\"300\" /\u003e\n\u003cbr /\u003e\n\u003c/div\u003e\n\n## Usage\n\n```swift\nview.run(.sequence([\n  .fadeIn(),\n  .fadeOut(),\n  .parallel([\n    .wait(0.5),\n    .squeeze()\n    .sequence([\n      .shake(),\n      .log(\"Has just been shaked\")\n      .flipX()\n    ]),\n    .morph()\n  ])\n]))\n```\n\n## Installation\n\n**Wave** is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Wave'\n```\n\n**Wave** is also available through [Carthage](https://github.com/Carthage/Carthage).\nTo install just write into your Cartfile:\n\n```ruby\ngithub \"onmyway133/Wave\"\n```\n\n## Author\n\nKhoa Pham, onmyway133@gmail.com\n\n## Credit\n\n- https://www.swiftbysundell.com/posts/building-a-declarative-animation-framework-in-swift-part-1\n\n## Contributing\n\nWe would love you to contribute to **Wave**, check the [CONTRIBUTING](https://github.com/onmyway133/Wave/blob/master/CONTRIBUTING.md) file for more info.\n\n## License\n\n**Wave** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/Wave/blob/master/LICENSE.md) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FWave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmyway133%2FWave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FWave/lists"}