{"id":24283850,"url":"https://github.com/ofunaa/animatemodal","last_synced_at":"2025-11-11T19:17:54.082Z","repository":{"id":56902036,"uuid":"47924342","full_name":"ofunaa/AnimateModal","owner":"ofunaa","description":"AnimateModal create animation modal easily!","archived":false,"fork":false,"pushed_at":"2015-12-15T04:01:55.000Z","size":178,"stargazers_count":12,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-18T18:48:56.265Z","etag":null,"topics":[],"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/ofunaa.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":"2015-12-13T15:19:39.000Z","updated_at":"2017-03-07T14:23:48.000Z","dependencies_parsed_at":"2022-08-20T18:10:09.627Z","dependency_job_id":null,"html_url":"https://github.com/ofunaa/AnimateModal","commit_stats":null,"previous_names":["takujifunao/animatemodal"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2FAnimateModal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2FAnimateModal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2FAnimateModal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ofunaa%2FAnimateModal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ofunaa","download_url":"https://codeload.github.com/ofunaa/AnimateModal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234152697,"owners_count":18787672,"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":[],"created_at":"2025-01-16T04:47:23.808Z","updated_at":"2025-09-25T04:31:31.809Z","avatar_url":"https://github.com/ofunaa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnimateModal\n\n[![CI Status](http://img.shields.io/travis/takujifunao/AnimateModal.svg?style=flat)](https://travis-ci.org/takujifunao/AnimateModal)\n[![Version](https://img.shields.io/cocoapods/v/AnimateModal.svg?style=flat)](http://cocoapods.org/pods/AnimateModal)\n[![License](https://img.shields.io/cocoapods/l/AnimateModal.svg?style=flat)](http://cocoapods.org/pods/AnimateModal)\n[![Platform](https://img.shields.io/cocoapods/p/AnimateModal.svg?style=flat)](http://cocoapods.org/pods/AnimateModal)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nAnimateModal is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"AnimateModal\"\n```\n\n## Setting\n\n①import AnimateModal.h\n\n```objective-c\n\n#import \"AnimateModal.h\"\n\n```\n\n②AnimateModal init \u0026 call CreateModal\n\n```objective-c\n\n- (void)tapBtn{\n    AnimateModal* aniMo = [[AnimateModal alloc] init];\n    [aniMo CreateModal:self.view title:@\"demo\"];\n    \n    UIButton* btn = [aniMo mainBtn];\n    [btn addTarget:self action:@selector(tapModalBtn) forControlEvents:UIControlEventTouchUpInside];\n}\n\n- (void)tapModalBtn{\n    NSLog(@\"aaaaaaaaaaaaaaa\");\n}\n\n```\n\n③ちなみに、現在はARC下では動かないので、こちらを見て対応してください。（改善中）\n\nhttp://lab.dolice.net/blog/2013/05/10/objc-arc-switch/\n\n## Author\n\ntakujifunao, takuji.funao@gmail.com\n\n## License\n\nAnimateModal is available under the MIT license. See the LICENSE file for more info.\n\n## demo\n\n![](sample.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofunaa%2Fanimatemodal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofunaa%2Fanimatemodal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofunaa%2Fanimatemodal/lists"}