{"id":16183669,"url":"https://github.com/koala-framework/stickityjs","last_synced_at":"2025-04-07T12:43:06.421Z","repository":{"id":58231574,"uuid":"70559246","full_name":"koala-framework/stickityjs","owner":"koala-framework","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-11T08:59:59.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T14:34:31.469Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koala-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-11T05:30:11.000Z","updated_at":"2017-04-03T14:01:33.000Z","dependencies_parsed_at":"2022-08-30T22:31:47.340Z","dependency_job_id":null,"html_url":"https://github.com/koala-framework/stickityjs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fstickityjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fstickityjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fstickityjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koala-framework%2Fstickityjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koala-framework","download_url":"https://codeload.github.com/koala-framework/stickityjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655251,"owners_count":20974148,"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-10-10T07:05:45.155Z","updated_at":"2025-04-07T12:43:06.390Z","avatar_url":"https://github.com/koala-framework.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stickityjs\n\nStickityjs is a small jQuery plugin. It makes one or more html elements sticky, if they reach the top of the page when the page is scrolling down.\n\n## Usage\n```javascript\n$('.myStickyElements').stickity();\n```\n## Options\n\nStickity wraps all your sticky elements in a div. It also creates one separate div under the body-tag, that will be fixed positioned on the top of the page. A sticky element will be moved into it if it should get sticky. If you need your own classes for the elements wrapper and the sticky div, you can achieve this like follows.\n```javascript\n$('.myStickyElements').stickity({\n  prefix: 'yourPrefix',\n  stickityElementIdentifier: 'yourStickyElementClass',\n  stickityContainerIdentifier: 'yourFixedContainerClass'\n});\n```\n### Supports\nDesktop: IE9+, Edge, actual Chrome, Firefox and Safari\nMobile: Safari Mobile 8, actual Chrome Mobile, Android Browser 5.0\n\n### Partial support\nSafari Mobile \u003c 8 is partial supported, because elements gets only sticky after scrollaction ends\nAndroid 4.4 seems to have some grafik fails for a short time when an element gets sticky\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoala-framework%2Fstickityjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoala-framework%2Fstickityjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoala-framework%2Fstickityjs/lists"}