{"id":15061834,"url":"https://github.com/megatolya/postcss-will-change-transition","last_synced_at":"2025-04-10T09:45:44.149Z","repository":{"id":57328697,"uuid":"93072079","full_name":"megatolya/postcss-will-change-transition","owner":"megatolya","description":"PostCSS plugin to add will-change property after transition declarations","archived":false,"fork":false,"pushed_at":"2017-06-13T10:34:15.000Z","size":9,"stargazers_count":15,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T06:13:21.421Z","etag":null,"topics":["postcss","transition","will-change"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/megatolya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-01T15:28:33.000Z","updated_at":"2021-01-02T00:26:15.000Z","dependencies_parsed_at":"2022-09-15T23:01:17.722Z","dependency_job_id":null,"html_url":"https://github.com/megatolya/postcss-will-change-transition","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/megatolya%2Fpostcss-will-change-transition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megatolya%2Fpostcss-will-change-transition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megatolya%2Fpostcss-will-change-transition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megatolya%2Fpostcss-will-change-transition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megatolya","download_url":"https://codeload.github.com/megatolya/postcss-will-change-transition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247546867,"owners_count":20956437,"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":["postcss","transition","will-change"],"created_at":"2024-09-24T23:25:43.901Z","updated_at":"2025-04-10T09:45:44.124Z","avatar_url":"https://github.com/megatolya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS will change transition\n[PostCSS]:      https://github.com/postcss/postcss\n\n\u003cimg align=\"right\" width=\"95\" height=\"95\"\n     title=\"Philosopher’s stone, logo of PostCSS\"\n     src=\"http://postcss.github.io/postcss/logo.svg\"\u003e\n\n[PostCSS] plugin to generate will-change for transition props.\n\nThis plugin adds `will-change` property after `transition` property to speed up animations.\n\nCan be combined with [postcss-will-change](https://github.com/postcss/postcss-will-change) plugin.\n\n\n\n```css\n.foo {\n    transition: opacity 0.2s ease, width 0.2s ease;\n}\n```\n\n```css\n.foo {\n    transition: opacity 0.2s ease, width 0.2s ease;\n    will-change: opacity, width;\n}\n```\n\n## Important note\n\nMake sure that if you use this plugin it does not contradict with `will-change` idea. Please see links below:\n\n- https://developer.mozilla.org/en-US/docs/Web/CSS/will-change\n- https://www.sitepoint.com/introduction-css-will-change-property/\n- https://css-tricks.com/almanac/properties/w/will-change/\n\n## Usage\n\n```js\npostcss([ require('postcss-will-change-transition') ])\n\n// with fallback plugin:\npostcss([ require('postcss-will-change-transition'), require('postcss-will-change')  ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegatolya%2Fpostcss-will-change-transition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegatolya%2Fpostcss-will-change-transition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegatolya%2Fpostcss-will-change-transition/lists"}