{"id":19856973,"url":"https://github.com/johnvuko/jt3dscrollview","last_synced_at":"2025-04-06T16:12:36.024Z","repository":{"id":23887335,"uuid":"27266629","full_name":"johnvuko/JT3DScrollView","owner":"johnvuko","description":"ScrollView with custom effects during the scroll for iOS","archived":false,"fork":false,"pushed_at":"2017-06-07T00:46:58.000Z","size":497,"stargazers_count":491,"open_issues_count":7,"forks_count":72,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-03-30T14:11:21.440Z","etag":null,"topics":["carousel","ios","scrollview","swift","uiscrollview"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/johnvuko.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-11-28T12:43:31.000Z","updated_at":"2024-06-17T13:17:23.000Z","dependencies_parsed_at":"2022-08-21T03:50:45.697Z","dependency_job_id":null,"html_url":"https://github.com/johnvuko/JT3DScrollView","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJT3DScrollView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJT3DScrollView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJT3DScrollView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJT3DScrollView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/JT3DScrollView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509235,"owners_count":20950232,"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":["carousel","ios","scrollview","swift","uiscrollview"],"created_at":"2024-11-12T14:17:06.336Z","updated_at":"2025-04-06T16:12:35.996Z","avatar_url":"https://github.com/johnvuko.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JT3DScrollView\n\n[![CI Status](http://img.shields.io/travis/jonathantribouharet/JT3DScrollView.svg)](https://travis-ci.org/jonathantribouharet/JT3DScrollView)\n![Version](https://img.shields.io/cocoapods/v/JT3DScrollView.svg)\n![License](https://img.shields.io/cocoapods/l/JT3DScrollView.svg)\n![Platform](https://img.shields.io/cocoapods/p/JT3DScrollView.svg)\n\nJT3DScrollView is a UIScrollView with custom effects during the scroll.\n\n## Installation\n\nWith [CocoaPods](http://cocoapods.org/), add this line to your Podfile.\n\n    pod 'JT3DScrollView', '~\u003e 2.0'\n\n## Screenshots\n\n![Example](./Screens/example.gif \"Example\")\n\n\n## Usage\n\nYou can use it like a classic UIScrollView, the `isPagingEnabled` is set to `true` by default and `clipsToBounds` is set to `false`.\n\n```swift\nimport UIKit\nimport JT3DScrollView\n\nclass ViewController: UIViewController {\n\n    @IBOutlet weak var scrollView: JT3DScrollView?\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        scrollView?.effect = .cards\n    }\n}\n```\n\nYou can disable the effect and act like a classic `UIScrollView` by setting `effect` to `.none`.\n\nEffects are just preset for some properties used for the animations, you can adjust all effects with:\n\n- `angleRatio`\n- `rotationX`\n- `rotationY`\n- `rotationZ`\n- `translateX`\n- `translateY`\n\nAll this properties are relative to the position X of the subview.\n\n## Requirements\n\n- iOS 8 or higher\n- Swift 3.0\n\n## Author\n\n- [Jonathan Tribouharet](https://github.com/jonathantribouharet) ([@johntribouharet](https://twitter.com/johntribouharet))\n\n## License\n\nJT3DScrollView is released under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fjt3dscrollview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fjt3dscrollview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fjt3dscrollview/lists"}