{"id":15293572,"url":"https://github.com/bjarkehs/dizzykit","last_synced_at":"2025-07-26T08:33:01.744Z","repository":{"id":56908600,"uuid":"98516142","full_name":"bjarkehs/DizzyKit","owner":"bjarkehs","description":"Simple animation library that allows you to easily animate things","archived":false,"fork":false,"pushed_at":"2020-10-13T08:12:55.000Z","size":68,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-02T03:40:37.608Z","etag":null,"topics":["animation","design","framework","hacktob","hacktoberfest","ios","library","swift","swift3"],"latest_commit_sha":null,"homepage":"","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/bjarkehs.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":"2017-07-27T09:04:24.000Z","updated_at":"2024-05-10T23:48:49.000Z","dependencies_parsed_at":"2022-08-21T03:50:22.124Z","dependency_job_id":null,"html_url":"https://github.com/bjarkehs/DizzyKit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarkehs%2FDizzyKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarkehs%2FDizzyKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarkehs%2FDizzyKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarkehs%2FDizzyKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjarkehs","download_url":"https://codeload.github.com/bjarkehs/DizzyKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227668653,"owners_count":17801509,"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":["animation","design","framework","hacktob","hacktoberfest","ios","library","swift","swift3"],"created_at":"2024-09-30T16:50:02.641Z","updated_at":"2024-12-02T03:40:49.252Z","avatar_url":"https://github.com/bjarkehs.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DizzyKit [![Build Status](https://travis-ci.org/bjarkehs/DizzyKit.svg?branch=master)](https://travis-ci.org/bjarkehs/DizzyKit) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DizzyKit.svg)](https://img.shields.io/cocoapods/v/DizzyKit.svg) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)\n\nSimple animation library that allows you to easily animate things.\n\nThis framework is heavily inspired by [Spruce](https://github.com/willowtreeapps/spruce-ios).\nThe reason I made this is because I needed a framework to do animations without having to put them in a container view first.\n\nThe framework attempts to be compatible with latest version of Swift.\nPlease check the Swift version matrix to see which version supports your Swift version.\nThe last verified version of Swift is 5.3 but it may still compile on later versions.\nThe lowest version of iOS supported is 10.\n\n## Installation\n\n### Swift version matrix\n\nBelow is a table that shows which version of DizzyKit you should use for\nyour Swift version.\n\n| Swift | DizzyKit |\n| ----- | -------- |\n| 5.X   | 3.X      |\n| 4.X   | 2.X      |\n| 3.X   | 1.X      |\n\n### CocoaPods\n\nUse the following entry in your Podfile:\n\n```rb\npod 'DizzyKit', '~\u003e 3.0'\n```\n\nThen run `pod install`.\n\n### Carthage\n\nAdd the following to your Cartfile:\n\n```sh\ngithub \"bjarkehs/DizzyKit\" ~\u003e 3.0\n```\n\nThen run `carthage update`.\n\n### Swift Package Manager\n\nTo install DizzyKit without Xcode UI, add the following to your `Package.swift`:\n\n```swift\n.package(url: \"https://github.com/bjarkehs/DizzyKit.git\", .upToNextMajor(from: \"3.0.0\"))\n```\n\n## Usage\n\n```swift\nlet animations: [AnimationType] = [.fadeIn, .slide(.up, .moderately)]\n\nview.dizzy.prepare(with: animations)\nview.dizzy.animate(animations)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarkehs%2Fdizzykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjarkehs%2Fdizzykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarkehs%2Fdizzykit/lists"}