{"id":2369,"url":"https://github.com/sagaya/wobbly","last_synced_at":"2026-02-26T23:01:54.351Z","repository":{"id":56933588,"uuid":"174100581","full_name":"sagaya/Wobbly","owner":"sagaya","description":"(Animate CSS) animations for iOS. An easy to use library of iOS animations. As easy to use as an easy thing.","archived":false,"fork":false,"pushed_at":"2019-03-18T07:11:10.000Z","size":22505,"stargazers_count":151,"open_issues_count":0,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-05T03:44:13.954Z","etag":null,"topics":["animatecss","cocoapods","ios","ios-animation","ios-swift","ios-ui","iosanimation","swift","swift-library","swift4"],"latest_commit_sha":null,"homepage":"https://sagaya.github.io/Wobbly/","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/sagaya.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":"2019-03-06T08:08:11.000Z","updated_at":"2025-08-27T20:12:02.000Z","dependencies_parsed_at":"2022-08-21T06:50:32.191Z","dependency_job_id":null,"html_url":"https://github.com/sagaya/Wobbly","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sagaya/Wobbly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagaya%2FWobbly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagaya%2FWobbly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagaya%2FWobbly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagaya%2FWobbly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagaya","download_url":"https://codeload.github.com/sagaya/Wobbly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagaya%2FWobbly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["animatecss","cocoapods","ios","ios-animation","ios-swift","ios-ui","iosanimation","swift","swift-library","swift4"],"created_at":"2024-01-05T20:16:12.107Z","updated_at":"2026-02-26T23:01:54.333Z","avatar_url":"https://github.com/sagaya.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Animation"],"readme":"# wobbly\n\n[![CI Status](https://img.shields.io/travis/sagaya/wobbly.svg?style=flat)](https://travis-ci.org/sagaya/wobbly)\n[![Version](https://img.shields.io/cocoapods/v/wobbly.svg?style=flat)](https://cocoapods.org/pods/wobbly)\n[![License](https://img.shields.io/cocoapods/l/wobbly.svg?style=flat)](https://cocoapods.org/pods/wobbly)\n[![Platform](https://img.shields.io/cocoapods/p/wobbly.svg?style=flat)](https://cocoapods.org/pods/wobbly)\n\n![Screenshot](wobble.png)\n\n\n[See Wobbly in action (examples)](https://sagaya.github.io/Wobbly) \n\nAdd a drop of honey 🍯  to your project \n\n`wobbly`  has a bunch of cool, fun, and easy to use iOS animations for you to use in your projects. Animation types taken from [Animate CSS](https://daneden.github.io/animate.css/)  (Animate CSS for iOS 👻)\n\n\n\n## Installation\n\nwobbly is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'wobbly'\n```\n\n## Usage\nTo use wobbly in your, simply install it through `cocoapods` or drag and drop the wobbly folder into your project,  and simply call the type of animation you want on any type of view.\nYea just one step to use 👻\n```swift\nview.bounce()\n\nimage.jello()\n\nbutton.shake()\n\nview.bounceInLeft()\n\nlabel.Swing()\n```\n\u003cimg src=\"demo.gif\" width=\"400\"\u003e\n\n### Animations\n\nTo animate an element, add the class `animated` to an element. You can include the class `infinite` for an infinite loop. Finally you need to add one of the following classes to the element (This has all the  [Animate CSS](https://daneden.github.io/animate.css/) animations )\n\n| Class Name        |                    |                     |                      |\n| ----------------- | ------------------ | ------------------- | -------------------- |\n| `bounce`          | `flash`            | `pulse`             | `rubberBand`         |\n| `shake`           | `headShake`        | `swing`             | `tada`               |\n| `wobble`          | `jello`            | `bounceIn`          | `bounceInDown`       |\n| `bounceInLeft`    | `bounceInRight`    | `bounceInUp`        | `bounceOut`          |\n| `bounceOutDown`   | `bounceOutLeft`    | `bounceOutRight`    | `bounceOutUp`        |\n| `fadeIn`          | `fadeInDown`       | `fadeInDownBig`     | `fadeInLeft`         |\n| `fadeInLeftBig`   | `fadeInRight`      | `fadeInRightBig`    | `fadeInUp`           |\n| `fadeInUpBig`     | `fadeOut`          | `fadeOutDown`       | `fadeOutDownBig`     |\n| `fadeOutLeft`     | `fadeOutLeftBig`   | `fadeOutRight`      | `fadeOutRightBig`    |\n| `fadeOutUp`       | `fadeOutUpBig`     | `flipInUp`           | `flipInDown`            |\n| `flip`        | `flipInRight`         | `lightSpeedIn`      | `lightSpeedOut`      |\n| `rotateIn`        | `rotateInDownLeft` | `rotateInDownRight` | `rotateInUpLeft`     |\n| `rotateInUpRight` | `rotateOut`        | `rotateOutDownLeft` | `rotateOutDownRight` |\n| `rotateOutUpLeft` | `rotateOutUpRight` | `hinge`             | `jackInTheBox`       |\n| `rollIn`          | `rollOut`          | `zoomIn`            | `zoomInDown`         |\n| `zoomInLeft`      | `zoomInRight`      | `zoomInUp`          | `zoomOut`            |\n| `zoomOutDown`     | `zoomOutLeft`      | `zoomOutRight`      | `zoomOutUp`          |\n| `slideInDown`     | `slideInLeft`      | `slideInRight`      | `slideInUp`          |\n| `slideOutDown`    | `slideOutLeft`     | `slideOutRight`     | `slideOutUp`         |\n| `heartBeat`       |\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## Requirements\n\n## Author\n\nsagaya, shaggy.hafeez@gmail.com\n\n## Contributing \n\nPull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase, categorised [fades, bounces, etc]) \n\n## License\n\nwobbly 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%2Fsagaya%2Fwobbly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagaya%2Fwobbly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagaya%2Fwobbly/lists"}