{"id":15293570,"url":"https://github.com/fujiyuu75/sequents","last_synced_at":"2025-10-07T06:30:43.329Z","repository":{"id":62455241,"uuid":"92784266","full_name":"fujiyuu75/Sequents","owner":"fujiyuu75","description":"A simple continuous animation library for iOS UI.","archived":true,"fork":false,"pushed_at":"2017-06-21T01:33:07.000Z","size":1077,"stargazers_count":30,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-01T14:17:03.021Z","etag":null,"topics":["animate","animated","animation","animation-library","animations","animator","animatorset","design","ios","ios-ui","stackview","swift","swift-framework","swift-library","swift3","uiview","xcode"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fujiyuu75.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-05-30T00:03:55.000Z","updated_at":"2023-07-16T09:54:09.000Z","dependencies_parsed_at":"2022-11-02T00:00:52.486Z","dependency_job_id":null,"html_url":"https://github.com/fujiyuu75/Sequents","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fujiyuu75/Sequents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fujiyuu75%2FSequents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fujiyuu75%2FSequents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fujiyuu75%2FSequents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fujiyuu75%2FSequents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fujiyuu75","download_url":"https://codeload.github.com/fujiyuu75/Sequents/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fujiyuu75%2FSequents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278733201,"owners_count":26036378,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["animate","animated","animation","animation-library","animations","animator","animatorset","design","ios","ios-ui","stackview","swift","swift-framework","swift-library","swift3","uiview","xcode"],"created_at":"2024-09-30T16:50:01.490Z","updated_at":"2025-10-07T06:30:42.880Z","avatar_url":"https://github.com/fujiyuu75.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sequents\n\n\u003cimg src=https://img.shields.io/cocoapods/p/Sequents.svg\u003e \u003cimg src=https://img.shields.io/cocoapods/v/Sequents.svg\u003e \u003cimg src=https://img.shields.io/github/license/fujiyuu75/Sequents.svg\u003e\n\n\u003cimg src=https://github.com/fujiyuu75/sequents/blob/res/demo.gif width=400px\u003e\n\nSequents is a library that starts animation continuously for multiple views at regular intervals.\n\n```\n# Just write a line. Default animation is Fadein.\nSequents.origin(layout).start()\n```\n\nYou can change the animation settings.\n\n```\nSequents\n   .origin(UIView)\n   .duration(int) // option.\n   .delay(int) // option. StartOffSet time.\n   .offset(int) // option. Interval time.\n   .flow(Direction) // option. Flow of animations in (FORWARD/BACKWARD). \n   .anim(Context, Animation) // option. implemented Animation.\n   .start()\n```\n\nPlease use the following implemented animation effects.\n\n```fadeIn``` ```fadeInDown``` ```fadeInLeft``` ```fadeInRight``` ```fadeInUp```\n\n## Installation\n\n### CocoaPods\n\nAdd the following to your Podfile:\n\n```\npod \"Sequents\"\n```\n\n### Carthage\n\nAdd the following to your Cartfile:\n\n```\ngithub \"fujiyuu75/Sequents\"\n```\n\nContinuous animation library like Sequents is also available for [Android](https://github.com/fujiyuu75/Sequent).\n\n## Bugs and Feedback\n\nFor bugs, questions and discussions please use the github issues.\n\n## Lisense\n\n```\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiyuu75%2Fsequents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffujiyuu75%2Fsequents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffujiyuu75%2Fsequents/lists"}