{"id":13594758,"url":"https://github.com/cmiscm/stickerjs","last_synced_at":"2025-12-16T19:04:17.466Z","repository":{"id":13823282,"uuid":"16519864","full_name":"cmiscm/stickerjs","owner":"cmiscm","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-01T09:13:03.000Z","size":178,"stargazers_count":727,"open_issues_count":7,"forks_count":128,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-06T17:42:29.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/cmiscm.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":"2014-02-04T17:44:06.000Z","updated_at":"2024-11-01T08:43:10.000Z","dependencies_parsed_at":"2022-07-12T15:13:09.288Z","dependency_job_id":null,"html_url":"https://github.com/cmiscm/stickerjs","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/cmiscm%2Fstickerjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmiscm%2Fstickerjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmiscm%2Fstickerjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmiscm%2Fstickerjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmiscm","download_url":"https://codeload.github.com/cmiscm/stickerjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020591,"owners_count":21034459,"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":[],"created_at":"2024-08-01T16:01:38.805Z","updated_at":"2025-12-16T19:04:12.424Z","avatar_url":"https://github.com/cmiscm.png","language":null,"readme":"Sticker.js\n============\n\n\n[![alt text](http://cmiscm.github.io/stickerjs/screenshot/sticker-js.jpg)](https://github.com/cmiscm/stickerjs)\n\n\nA Javascript library that allows you to create a Sticker Effect.\n\n * No dependencies\n * Works in most of major browsers that support CSS 3 (IE10+)\n * MIT License\n \n### Example\n[http://stickerjs.cmiscm.com/](http://stickerjs.cmiscm.com/)\n\n### Usage\n\nDownload the js file and include it in your html, and create sticker elements.\n```html\n\t\u003c!-- dom elements --\u003e\n\t\u003cdiv class=\"sticker example-1\"\u003e\u003c/div\u003e\n\n\t\u003cdiv class=\"sticker example-2\"\u003e\u003c/div\u003e\n\t\n    \u003cscript type=\"text/javascript\" src=\"sticker.min.js\"\u003e\u003c/script\u003e\n```\n\nAdd background image or background color. you can also change the shadow opacity.\n```css\n\t.sticker {\n\t\twidth: 180px;\n\t\theight: 180px;\n\t}\n\n\t// add image\n\t.example-1 .sticker-img {\n\t\tbackground-image: url(heroes-2.png);\n\t}\n\n\t// add color\n\t.example-2 .sticker-img {\n\t\tbackground-color: #ff4a85;\n\t}\n\n\t// change shadow opacity\n\t.example-2 .sticker-shadow {\n\t\topacity: 0.6;\n\t}\n```\n\nCall the init() method with target elements (.className or #ID).\n```js\n    Sticker.init('.sticker');\n```\n\n\n### License\nLicensed under the MIT license.\n\n - http://www.opensource.org/licenses/mit-license.php\n","funding_links":[],"categories":["Others","16. 动画(Animate) ##","16. 动画(Animate)"],"sub_categories":["13.20 视差滚动(Parallax Scrolling) ###","13.20 视差滚动(Parallax Scrolling)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmiscm%2Fstickerjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmiscm%2Fstickerjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmiscm%2Fstickerjs/lists"}