{"id":16597377,"url":"https://github.com/cbess/cbflipviewtransition","last_synced_at":"2026-05-28T01:31:29.745Z","repository":{"id":16917591,"uuid":"19678904","full_name":"cbess/CBFlipViewTransition","owner":"cbess","description":"Flip transition, think iTunes App Store artwork flip to details.","archived":false,"fork":false,"pushed_at":"2016-12-26T04:41:56.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T19:43:48.386Z","etag":null,"topics":["animation","calayer","itunes","objective-c"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/cbess.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}},"created_at":"2014-05-11T22:17:22.000Z","updated_at":"2022-07-06T04:21:41.000Z","dependencies_parsed_at":"2022-07-17T09:46:16.243Z","dependency_job_id":null,"html_url":"https://github.com/cbess/CBFlipViewTransition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbess/CBFlipViewTransition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FCBFlipViewTransition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FCBFlipViewTransition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FCBFlipViewTransition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FCBFlipViewTransition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbess","download_url":"https://codeload.github.com/cbess/CBFlipViewTransition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbess%2FCBFlipViewTransition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33590884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["animation","calayer","itunes","objective-c"],"created_at":"2024-10-11T23:55:39.896Z","updated_at":"2026-05-28T01:31:29.729Z","avatar_url":"https://github.com/cbess.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"CBFlipViewTransition\n====================\n\nFlip transition, think iTunes App Store artwork flip to details.\n\n```objc\n- (IBAction)flipButtonPressed:(id)sender {\n    self.flipViewTransition = [CBFlipViewTransition new];\n    \n    if (!_flipped) {\n        self.flipViewTransition.frontView = self.oneImageView;\n        self.flipViewTransition.backView = self.twoImageView;\n    } else {\n        self.flipViewTransition.frontView = self.twoImageView;\n        self.flipViewTransition.backView = self.oneImageView;\n    }\n    self.flipViewTransition.containerView = self.view;\n    self.flipViewTransition.zDistance = 700;\n    self.flipViewTransition.endingCenter = (_flipped ? self.oneImageView.center : self.twoImageView.center);\n    self.flipViewTransition.flipDirection = (_flipped ? CBFlipDirectionLeft : CBFlipDirectionRight);\n    self.flipViewTransition.duration = 1.5f;\n    \n    __typeof__(self) __weak weakSelf = self;\n    [self.flipViewTransition performTransitionWithCompletion:^{\n        weakSelf.flipViewTransition.frontView.hidden = YES;\n        \n        _flipped = !_flipped;\n    }];\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbess%2Fcbflipviewtransition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbess%2Fcbflipviewtransition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbess%2Fcbflipviewtransition/lists"}