{"id":20596054,"url":"https://github.com/davidfig/dom-ease","last_synced_at":"2026-04-17T08:33:08.266Z","repository":{"id":57214650,"uuid":"116534826","full_name":"davidfig/dom-ease","owner":"davidfig","description":"a simple and super fast DOM animation library","archived":false,"fork":false,"pushed_at":"2018-10-06T07:43:23.000Z","size":1710,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T18:15:38.629Z","etag":null,"topics":["animate","dom","ease","fast","javascript","simple"],"latest_commit_sha":null,"homepage":null,"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/davidfig.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-01-07T03:41:51.000Z","updated_at":"2018-10-06T07:43:24.000Z","dependencies_parsed_at":"2022-08-26T13:31:17.135Z","dependency_job_id":null,"html_url":"https://github.com/davidfig/dom-ease","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfig%2Fdom-ease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfig%2Fdom-ease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfig%2Fdom-ease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfig%2Fdom-ease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfig","download_url":"https://codeload.github.com/davidfig/dom-ease/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242231436,"owners_count":20093636,"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":["animate","dom","ease","fast","javascript","simple"],"created_at":"2024-11-16T08:14:54.124Z","updated_at":"2026-04-17T08:33:03.245Z","avatar_url":"https://github.com/davidfig.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## dom-ease\na simple and super fast DOM animation library\n\n## rationale\nThis is a simple library to animate DOM objects. It does not have all the bells and whistles of a library like [Velocity.js](http://velocityjs.org/), but it gets the job done with a nice event system.\n\n## features\nHere's a list of supported animations:\n\n* top / left in px\n* scale\n* scaleX / scaleY\n* color - one or more colors to cycle through, including the current color\n* backgroundColor - one or more background colors to cycle through, including the current color\n* width / height in px\n* opacity\n* marginLeft, marginRight, marginTop, marginBottom in px\n* open a github issue if you want other parameters animated\n\n## Installation\n\n    npm i dom-ease\n\n## Live Demo\n[https://davidfig.github.io/dom-ease/](https://davidfig.github.io/dom-ease/)\n\n## API Documentation\n[https://davidfig.github.io/dom-ease/jsdoc/](https://davidfig.github.io/dom-ease/jsdoc)\n\n## Simple Usage\n```js\n    const Ease = require('dom-ease')\n\n    // set up ease\n    const ease = new Ease({ duration: 1500 })\n\n    const div = document.getElementById('test')\n    ease.add(div, { left: 100, top: 200, scale: 2 }, { reverse: true, repeat: true, duration: 2500, ease: 'easeInOutQuad' })\n```\n\n## License \nMIT License  \n(c) 2018 [YOPEY YOPEY LLC](https://yopeyopey.com/) by [David Figatner](https://twitter.com/yopey_yopey/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfig%2Fdom-ease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfig%2Fdom-ease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfig%2Fdom-ease/lists"}