{"id":30719850,"url":"https://github.com/dankinsoid/vdtransition","last_synced_at":"2025-09-14T03:37:59.717Z","repository":{"id":57757915,"uuid":"527325543","full_name":"dankinsoid/VDTransition","owner":"dankinsoid","description":"`SwiftUI` like transition for `UIKit`","archived":false,"fork":false,"pushed_at":"2025-02-01T07:47:17.000Z","size":29742,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T10:42:43.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dankinsoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-21T21:00:06.000Z","updated_at":"2025-02-01T07:47:21.000Z","dependencies_parsed_at":"2025-09-03T10:42:28.509Z","dependency_job_id":"4b084821-f37f-4a47-a8f6-a9b59f3a47c7","html_url":"https://github.com/dankinsoid/VDTransition","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/dankinsoid/VDTransition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDTransition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDTransition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDTransition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDTransition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dankinsoid","download_url":"https://codeload.github.com/dankinsoid/VDTransition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDTransition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275058562,"owners_count":25398173,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-03T10:42:25.825Z","updated_at":"2025-09-14T03:37:59.696Z","avatar_url":"https://github.com/dankinsoid.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VDTransition\n\n[![CI Status](https://img.shields.io/travis/dankinsoid/VDTransition.svg?style=flat)](https://travis-ci.org/dankinsoid/VDTransition)\n[![Version](https://img.shields.io/cocoapods/v/VDTransition.svg?style=flat)](https://cocoapods.org/pods/VDTransition)\n[![License](https://img.shields.io/cocoapods/l/VDTransition.svg?style=flat)](https://cocoapods.org/pods/VDTransition)\n[![Platform](https://img.shields.io/cocoapods/p/VDTransition.svg?style=flat)](https://cocoapods.org/pods/VDTransition)\n\n## Description\n\nVDTransition provides easy way to describe view transitions.\n\n- [Documantaion](https://dankinsoid.github.io/VDTransition/documentation/vdtransition)\n- [Tutorial](https://dankinsoid.github.io/VDTransition/tutorials/vdtransition/tutorial)\n\n## Example\n```swift \nview1.set(hidden: true, transition: .opacity)\nview2.set(hidden: true, transition: .move(edge: .trailing))\nview3.removeFromSuperview(transition: [.move(edge: .trailing), .opacity])\n```\n\n## Installation\n1.  [CocoaPods](https://cocoapods.org)\n\nAdd the following line to your Podfile:\n```ruby\npod 'VDTransition'\n```\nand run `pod update` from the podfile directory first.\n\n2. [Swift Package Manager](https://github.com/apple/swift-package-manager)\n\nCreate a `Package.swift` file.\n```swift\n// swift-tools-version:5.6\nimport PackageDescription\n\nlet package = Package(\n  name: \"SomeProject\",\n  dependencies: [\n    .package(url: \"https://github.com/dankinsoid/VDTransition.git\", from: \"1.24.0\")\n  ],\n  targets: [\n    .target(name: \"SomeProject\", dependencies: [\"VDTransition\"])\n  ]\n)\n```\n```ruby\n$ swift build\n```\n\n## Author\n\ndankinsoid, voidilov@gmail.com\n\n## License\n\nVDTransition is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fvdtransition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdankinsoid%2Fvdtransition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fvdtransition/lists"}