{"id":27406249,"url":"https://github.com/karolsw3/gradientify","last_synced_at":"2025-10-28T09:16:25.951Z","repository":{"id":51080190,"uuid":"122479270","full_name":"karolsw3/gradientify","owner":"karolsw3","description":"Create beautiful, animated gradients with ease. This JS library provides you with an easy-to-use API to create and put animated gradients wherever you want on your website.","archived":false,"fork":false,"pushed_at":"2022-12-01T23:13:27.000Z","size":2403,"stargazers_count":29,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T20:17:09.681Z","etag":null,"topics":["animated","animated-backgrounds","animated-gradients","gradient","gradients","javascript-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gradientify","language":"TypeScript","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/karolsw3.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-02-22T13:03:18.000Z","updated_at":"2025-01-03T21:26:41.000Z","dependencies_parsed_at":"2023-01-22T14:00:11.942Z","dependency_job_id":null,"html_url":"https://github.com/karolsw3/gradientify","commit_stats":null,"previous_names":["karolsw3/gradientify.js"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolsw3%2Fgradientify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolsw3%2Fgradientify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolsw3%2Fgradientify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolsw3%2Fgradientify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karolsw3","download_url":"https://codeload.github.com/karolsw3/gradientify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248831658,"owners_count":21168528,"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":["animated","animated-backgrounds","animated-gradients","gradient","gradients","javascript-library"],"created_at":"2025-04-14T06:25:20.022Z","updated_at":"2025-10-28T09:16:20.920Z","avatar_url":"https://github.com/karolsw3.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"logo.png\" height=\"45\"\u003e\n\nCreate beautiful, animated gradients with ease.\n\nEver wanted to animate a gradient background, but CSS transitions disappointed you with their lack of this in-extremely-high-demand functionality? Worry no more!\n\n\u003cb style=\"font-size: 17px\"\u003e\n\u003ca href=\"https://codepen.io/karolsw3/pen/povPevb\"\u003eDEMO\u003c/a\u003e\n\u003c/b\u003e\n\n## Installation\n\nFor wizards:\n```\nnpm i gradientify\n```\n\n\nFor less-experienced wizards:\n```html\n\u003cscript src=\"https://rawcdn.githack.com/karolsw3/gradientify/7f5a74cd8380a843477b7abfa9baca2fd127013a/dist/gradientify.min.js\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n```javascript\nlet gradientify = new Gradientify(\n  '.yourClass',\n  [\n    \"linear-gradient(60deg, rgb(255, 0, 0), rgb(0, 0, 255))\", // Array of CSS gradients\n    \"linear-gradient(10deg, rgb(25, 123, 23), #ff22af)\",\n    \"radial-gradient(rgb(25, 123, 223), red)\"\n  ],\n  3000 // Fading interval in miliseconds\n)\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolsw3%2Fgradientify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarolsw3%2Fgradientify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolsw3%2Fgradientify/lists"}