{"id":18284586,"url":"https://github.com/colinmeinke/wilderness","last_synced_at":"2025-05-07T07:19:19.354Z","repository":{"id":63176725,"uuid":"58391574","full_name":"colinmeinke/wilderness","owner":"colinmeinke","description":"An SVG animation API","archived":false,"fork":false,"pushed_at":"2019-01-14T20:58:07.000Z","size":447,"stargazers_count":161,"open_issues_count":6,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-07T07:19:03.105Z","etag":null,"topics":["animation","javascript","morph","shapes","svg","timeline","tween","wilderness"],"latest_commit_sha":null,"homepage":"https://wilderness.now.sh","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/colinmeinke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-09T16:28:28.000Z","updated_at":"2025-04-10T14:48:00.000Z","dependencies_parsed_at":"2022-11-14T11:04:18.365Z","dependency_job_id":null,"html_url":"https://github.com/colinmeinke/wilderness","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinmeinke%2Fwilderness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinmeinke%2Fwilderness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinmeinke%2Fwilderness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinmeinke%2Fwilderness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinmeinke","download_url":"https://codeload.github.com/colinmeinke/wilderness/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831271,"owners_count":21810784,"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","javascript","morph","shapes","svg","timeline","tween","wilderness"],"created_at":"2024-11-05T13:14:03.781Z","updated_at":"2025-05-07T07:19:19.323Z","avatar_url":"https://github.com/colinmeinke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wilderness\n\nAn SVG animation API \u0026middot; [https://wilderness.now.sh](https://wilderness.now.sh)\n\n[![gzip size](http://img.badgesize.io/https://unpkg.com/wilderness/dist/wilderness.production.js?compression=gzip\u0026label=gzip%20size\u0026style=flat\u0026cache=false)](https://unpkg.com/wilderness/dist/wilderness.production.js) [![test coverage](https://img.shields.io/coveralls/colinmeinke/wilderness/master.svg?style=flat)](https://coveralls.io/github/colinmeinke/wilderness) [![travisci](https://img.shields.io/travis/colinmeinke/wilderness.svg?style=flat)](https://travis-ci.org/colinmeinke/wilderness) [![npm version](https://img.shields.io/npm/v/wilderness.svg?style=flat)](https://www.npmjs.com/package/wilderness)\n\n## Summary\n\n- 🎉 Small file size (15.1kb minified + gzip)\n- 🌟 Simple, functional API\n- 🐣 Morph from anything, to anything\n- ⏱️ Queue multiple animations on a timeline\n- 🚀 Powerful playback control\n\n## Hello world\n\n```js\nimport { shape, render, timeline, play } from 'wilderness'\n\nconst morph = shape(\n  { el: document.querySelector('circle') },\n  { el: document.querySelector('rect') },\n)\n\nconst animation = timeline(morph, {\n  iterations: Infinity,\n  alternate: true\n})\n\nrender(document.querySelector('svg'), animation)\n\nplay(animation)\n```\n\n\u003cbr /\u003e\n\n[Learn Wilderness](https://wilderness.now.sh/getting-started) \u0026middot; [View examples](./examples)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinmeinke%2Fwilderness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinmeinke%2Fwilderness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinmeinke%2Fwilderness/lists"}