{"id":19688571,"url":"https://github.com/maxvol/coreanimationdsl","last_synced_at":"2025-06-16T06:33:42.187Z","repository":{"id":89974607,"uuid":"168469512","full_name":"maxvol/CoreAnimationDSL","owner":"maxvol","description":"Swift DSL for CoreAnimation","archived":false,"fork":false,"pushed_at":"2021-06-30T11:34:10.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T08:09:00.897Z","etag":null,"topics":["coreanimation","dsl","ios","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/maxvol.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-31T05:41:21.000Z","updated_at":"2021-06-30T11:31:06.000Z","dependencies_parsed_at":"2023-05-30T18:00:19.638Z","dependency_job_id":null,"html_url":"https://github.com/maxvol/CoreAnimationDSL","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FCoreAnimationDSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FCoreAnimationDSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FCoreAnimationDSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxvol%2FCoreAnimationDSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxvol","download_url":"https://codeload.github.com/maxvol/CoreAnimationDSL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240995315,"owners_count":19890707,"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":["coreanimation","dsl","ios","swift"],"created_at":"2024-11-11T18:38:21.634Z","updated_at":"2025-02-27T08:28:08.783Z","avatar_url":"https://github.com/maxvol.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreAnimationDSL\nSwift DSL for CoreAnimation\n\nAllows hierarchically structured declarations:\n```\nlet line = UIBezierPath().apply {\n    $0.move(to: lowerRightCorner)\n    $0.addLine(to: upperLeftCorner)\n    $0.addLine(to: lowerLeftCorner)\n    $0.addLine(to: center)\n}\n\nlet shape = CAShapeLayer().apply {\n    $0.backgroundColor = UIColor.orange.cgColor\n}\n\nlet animation = CAAnimation().apply {\n    $0.autoreverses = true\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Fcoreanimationdsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvol%2Fcoreanimationdsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvol%2Fcoreanimationdsl/lists"}