{"id":17163305,"url":"https://github.com/noppefoxwolf/floatupeffect","last_synced_at":"2025-07-02T08:32:48.296Z","repository":{"id":221967023,"uuid":"755901895","full_name":"noppefoxwolf/FloatUpEffect","owner":"noppefoxwolf","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-12T03:18:56.000Z","size":1927,"stargazers_count":24,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T05:41:30.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/noppefoxwolf.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-11T12:37:05.000Z","updated_at":"2025-03-25T17:37:28.000Z","dependencies_parsed_at":"2024-02-11T13:47:54.911Z","dependency_job_id":null,"html_url":"https://github.com/noppefoxwolf/FloatUpEffect","commit_stats":null,"previous_names":["noppefoxwolf/floatupeffect"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FFloatUpEffect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FFloatUpEffect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FFloatUpEffect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FFloatUpEffect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noppefoxwolf","download_url":"https://codeload.github.com/noppefoxwolf/FloatUpEffect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248731593,"owners_count":21152835,"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-10-14T22:48:34.700Z","updated_at":"2025-04-13T14:42:14.589Z","avatar_url":"https://github.com/noppefoxwolf.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FloatUpView\n\nFloatUpView is a simple and easy to use library for creating floating up effect for any view in iOS. You can easily customize the floating up effect by changing the duration, distance, and direction of the floating up effect.\n\n## Demo\n\n![](https://github.com/noppefoxwolf/FloatUpEffect/blob/main/.github/example.gif)\n\n## Usage\n\n```swift\nFloatUpView(\n    content: {\n        Button(action: $0, label: {\n            Image(systemName: \"heart.circle\")\n                .resizable()\n                .frame(width: 44, height: 44)\n        })\n    },\n    floatUpContent: {\n        Image(systemName: \"heart.fill\")\n            .resizable()\n            .foregroundStyle(.pink)\n            .frame(width: 44, height: 44)\n            .shadow(radius: 10)\n    }\n)\n```\n\n## Installation\n\nFloatupEffect is available through Swift Package Manager. To install it, simply add the following line to your Package.swift file:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/noppefoxwolf/FloatUpEffect\", .upToNextMajor(from: \"0.0.1\"))\n]\n```\n\n## License\n\nFloatUpEffect is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Ffloatupeffect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoppefoxwolf%2Ffloatupeffect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Ffloatupeffect/lists"}