{"id":24302900,"url":"https://github.com/digipolitan/parallax-view-controller-transition","last_synced_at":"2026-03-04T09:02:20.152Z","repository":{"id":56907395,"uuid":"79215584","full_name":"Digipolitan/parallax-view-controller-transition","owner":"Digipolitan","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-11T13:54:32.000Z","size":6628,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-11T01:48:39.236Z","etag":null,"topics":["carthage","cocoapod","cocoapods","fastlane","ios","parallax","swift","swift-package-manager","tvos","view-controller"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digipolitan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T10:20:14.000Z","updated_at":"2024-04-19T01:24:17.000Z","dependencies_parsed_at":"2022-08-21T03:20:58.293Z","dependency_job_id":null,"html_url":"https://github.com/Digipolitan/parallax-view-controller-transition","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Digipolitan/parallax-view-controller-transition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fparallax-view-controller-transition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fparallax-view-controller-transition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fparallax-view-controller-transition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fparallax-view-controller-transition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digipolitan","download_url":"https://codeload.github.com/Digipolitan/parallax-view-controller-transition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digipolitan%2Fparallax-view-controller-transition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["carthage","cocoapod","cocoapods","fastlane","ios","parallax","swift","swift-package-manager","tvos","view-controller"],"created_at":"2025-01-17T00:20:01.177Z","updated_at":"2026-03-04T09:02:20.133Z","avatar_url":"https://github.com/Digipolitan.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"DGParallaxViewControllerTransition\n=================================\n\n[![Build Status](https://travis-ci.org/Digipolitan/parallax-view-controller-transition.svg?branch=master)](https://travis-ci.org/Digipolitan/parallax-view-controller-transition)\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DGParallaxViewControllerTransition.svg)](https://img.shields.io/cocoapods/v/DGParallaxViewControllerTransition.svg)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Platform](https://img.shields.io/cocoapods/p/DGParallaxViewControllerTransition.svg?style=flat)](http://cocoadocs.org/docsets/DGParallaxViewControllerTransition)\n[![Twitter](https://img.shields.io/badge/twitter-@Digipolitan-blue.svg?style=flat)](http://twitter.com/Digipolitan)\n\nThe `ParallaxInteractiveTransition` add a simple way to perform parallax interactive transition between 2 UIViewController\n\n### Demo iOS\n\n![Demo iOS](https://github.com/Digipolitan/parallax-view-controller-transition/blob/develop/Screenshots/ios_capture.gif?raw=true \"Demo iOS\")\n\n### Demo tvOS\n\n![Demo tvOS](https://github.com/Digipolitan/parallax-view-controller-transition/blob/develop/Screenshots/tvos_capture.gif?raw=true \"Demo tvOS\")\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWorks with iOS 8+, tested on Xcode 9.2\n\n### Installing\n\nTo install the `DGParallaxViewControllerTransition` using **cocoapods**\n\n- Add an entry in your Podfile  \n\n```\n# Uncomment this line to define a global platform for your project\nplatform :ios, '8.0'\n\ntarget 'YourTarget' do\n  frameworks\n   use_frameworks!\n\n  # Pods for YourTarget\n  pod 'DGParallaxViewControllerTransition'\nend\n```\n\n- Then install the dependency with the `pod install` command.\n\n## Usage\n\nHow to perform the transition\n\n```swift\nlet viewController = UIViewController()\nlet parallaxTransition = DGParallaxViewControllerTransition()\nparallaxTransition.attach(to: viewController)\nself.present(viewController, animated: true, completion: nil)\nself.parallaxTransition = parallaxTransition // You must retain the parallax transition\n```\n\n### Configuration\n\nYou can customize the component with these options:\n\n```swift\nlet viewController = UIViewController()\nlet parallaxTransition = DGParallaxViewControllerTransition()\nparallaxTransition.presentedViewInsets = UIEdgeInsets(top: 100, left: 0, bottom: 0, right: 0)\nparallaxTransition.overlayColor = .gray\nparallaxTransition.maximumOverlayAlpha = 0.5\nparallaxTransition.attach(to: viewController)\nself.present(viewController, animated: true, completion: nil)\nself.parallaxTransition = parallaxTransition // You must retain the parallax transition\n```\n\n## Built With\n\n[Fastlane](https://fastlane.tools/)\nFastlane is a tool for iOS, Mac, and Android developers to automate tedious tasks like generating screenshots, dealing with provisioning profiles, and releasing your application.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more details!\n\nThis project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md).\nBy participating, you are expected to uphold this code. Please report\nunacceptable behavior to [contact@digipolitan.com](mailto:contact@digipolitan.com).\n\n## License\n\nDGParallaxViewControllerTransition is licensed under the [BSD 3-Clause license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Fparallax-view-controller-transition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigipolitan%2Fparallax-view-controller-transition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigipolitan%2Fparallax-view-controller-transition/lists"}