{"id":13743174,"url":"https://github.com/jamesflorentino/Flip-Planes-AS3","last_synced_at":"2025-05-09T00:32:50.120Z","repository":{"id":141458391,"uuid":"2225230","full_name":"jamesflorentino/Flip-Planes-AS3","owner":"jamesflorentino","description":"photo slideshow effect","archived":false,"fork":false,"pushed_at":"2011-08-19T01:28:10.000Z","size":2724,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T14:35:20.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesflorentino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-18T00:30:54.000Z","updated_at":"2022-11-13T23:28:37.000Z","dependencies_parsed_at":"2023-03-13T10:33:35.516Z","dependency_job_id":null,"html_url":"https://github.com/jamesflorentino/Flip-Planes-AS3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesflorentino%2FFlip-Planes-AS3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesflorentino%2FFlip-Planes-AS3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesflorentino%2FFlip-Planes-AS3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesflorentino%2FFlip-Planes-AS3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesflorentino","download_url":"https://codeload.github.com/jamesflorentino/Flip-Planes-AS3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171166,"owners_count":21865275,"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":"2024-08-03T05:00:41.888Z","updated_at":"2025-05-09T00:32:49.686Z","avatar_url":"https://github.com/jamesflorentino.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":["Image"],"readme":"# FlipPlane.as\nAn Actionscript3 class that converts a bitmap image into multiple planes\n\n### Dependencies\n- [TweenMax](http://www.greensock.com/tweenmax/)\n\n### Example\n- http://flipplanes.jamesflorentino.com/\n\n## Sample Code\n    var flipPlane : FlipPlane;\n    function createFlipCanvas () : void\n    {\n        flipPlane = new FlipPlane ( 10 , 10 );\n        flipPlane.addPattern ( new lib_bmp_intro as Bitmap );\n        flipPlane.addPattern ( new lib_bmp as Bitmap );\n        flipPlane.addPattern ( new lib_bmp2 as Bitmap );\n        flipPlane.addPattern ( new lib_bmp3 as Bitmap );\n        flipPlane.finished.add ( onPlaneTransition );\n        flipPlane.doNextTransition ();\n        addChild ( flipPlane );\n    }\n    \n    function onPlaneTransition () : void\n    {\n        flipPlane.setNextPattern ();\n        flipPlane.doNextTransition ();\n    }\n    ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesflorentino%2FFlip-Planes-AS3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesflorentino%2FFlip-Planes-AS3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesflorentino%2FFlip-Planes-AS3/lists"}