{"id":22891589,"url":"https://github.com/hanford/animate","last_synced_at":"2025-05-07T16:55:44.320Z","repository":{"id":57097772,"uuid":"149328447","full_name":"hanford/animate","owner":"hanford","description":"drop in, easy to use, natural looking animations with 0 config","archived":false,"fork":false,"pushed_at":"2018-10-28T22:10:37.000Z","size":684,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-28T19:49:11.338Z","etag":null,"topics":["60fps","animation","animations","react","scale","transform","translatex","translatey"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/hanford.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":"2018-09-18T17:39:34.000Z","updated_at":"2024-04-25T09:03:32.000Z","dependencies_parsed_at":"2022-08-20T18:10:31.684Z","dependency_job_id":null,"html_url":"https://github.com/hanford/animate","commit_stats":null,"previous_names":["hanford/react-animations"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanford%2Fanimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanford%2Fanimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanford%2Fanimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanford%2Fanimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanford","download_url":"https://codeload.github.com/hanford/animate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252921953,"owners_count":21825632,"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":["60fps","animation","animations","react","scale","transform","translatex","translatey"],"created_at":"2024-12-13T22:34:35.279Z","updated_at":"2025-05-07T16:55:44.297Z","avatar_url":"https://github.com/hanford.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to @animate ✨\n\nThanks for getting involved with animate development!\n\n🚧 The project is totally new, expect change 🚧\n\n[Documentation Preview](https://animate.jackhanford.com)\n\u003cbr /\u003e\n[Storybook Preview](https://storybook-static-whtqwhvtsy.now.sh/)\n\n## Getting Started\n\nThis project uses\n\n- [Lerna](https://lernajs.io/) to manage multiple libs\n- [Storybook](https://storybook.js.org/) for a great development experience\n- [docz](https://docz.site) for documentation\n- [Jest](https://jestjs.io/) for painless testing.\n\nBefore doing anything else, run these commands:\n\n```\ngit clone git@github.com:hanford/animate.git\ncd animate\nyarn install\nyarn bootstrap\nyarn build\n```\n\n## Root Repo Scripts:\n\n```sh\nyarn bootstrap    # bootstraps lerna so all dependencies get\n                  # linked for cross-component development\n\nyarn start        # starts storybook server\n\nyarn test         # runs tests in all packages\n\nyarn build        # builds all packages\n\nyarn release      # publishes changed packages\n```\n\n## Running / Writing Examples\n\nFirst do the steps in \"Getting started\", then start the Storybook server:\n\n```\nyarn start\n```\n\nNext, put a file in `packages/\u003ccomponent-dir\u003e/examples/\u003cname\u003e.example.js` and make it look like this:\n\n```jsx\nimport React from \"react\";\n\n// The name of the example, you must export it as `name`\nexport let name = \"Basic\";\n\n// The example to render, you must name it `Example`\nexport let Example = () =\u003e \u003cdiv\u003eCool cool cool\u003c/div\u003e;\n```\n\nNow you can edit the files in `packages/*` and storybook will automatically reload your changes.\n\n**Note**: If you change an internal dependency you will need to run `yarn build` again. For example, if working on `MenuButton` requires a change to `Rect` (an internal dependency of `MenuButton`), you will need to run `yarn build` for the changes to `Rect` to show up in your `MenuButton` example.\n\n## Running / Writing Tests\n\nFirst do the steps in \"Getting Started\", then:\n\n```\nyarn test\n```\n\nOr if you want to run the tests as you edit files:\n\n```\nyarn test --watch\n```\n\nOften you'll want to just test the component you're working on:\n\n```\ncd packages/\u003ccomponent-path\u003e\nyarn test --watch\n```\n\nQuestions? Feedback? [Please let me know](https://github.com/hanford/animate/issues/new)\n\n## License (MIT)\n\n```\nWWWWWW||WWWWWW\n W W W||W W W\n      ||\n    ( OO )__________\n     /  |           \\\n    /o o|    MIT     \\\n    \\___/||_||__||_|| *\n         || ||  || ||\n        _||_|| _||_||\n       (__|__|(__|__|\n```\n\nCopyright © 2017-present [Jack Hanford](http://jackhanford.com), jackhanford@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanford%2Fanimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanford%2Fanimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanford%2Fanimate/lists"}