{"id":28420780,"url":"https://github.com/grrowl/slideshow","last_synced_at":"2025-06-26T17:32:03.544Z","repository":{"id":3040534,"uuid":"4061365","full_name":"grrowl/slideshow","owner":"grrowl","description":"most basic jquery slideshow, can apply to anything","archived":false,"fork":false,"pushed_at":"2012-06-20T06:39:42.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T05:30:27.421Z","etag":null,"topics":[],"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/grrowl.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":"2012-04-18T07:51:47.000Z","updated_at":"2013-09-28T22:15:04.000Z","dependencies_parsed_at":"2022-08-31T20:50:20.806Z","dependency_job_id":null,"html_url":"https://github.com/grrowl/slideshow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grrowl/slideshow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fslideshow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fslideshow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fslideshow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fslideshow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grrowl","download_url":"https://codeload.github.com/grrowl/slideshow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grrowl%2Fslideshow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113345,"owners_count":23261009,"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":"2025-06-05T03:49:44.639Z","updated_at":"2025-06-26T17:32:03.532Z","avatar_url":"https://github.com/grrowl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slideshow\n\nBasic jQuery slideshow. Can be applied to anything, and it will fade out the current item and show the next.\n\n```javascript\n$('#bannerImages').slideshow({\n\ttimeout: 4500, \t\t\t\t/* time betweens slide transitions */\n\tanimDuration: 400,\t\t\t/* crossfade duration */\n\tstartIndex:\t0,\t\t\t\t/* index of first slide */\n\titemList: '#bannerItems',\n\tnextItem: 'a#bannerNext',\t/* selector or element to move to \"next\" when clicked */\n\tprevItem: 'a#bannerPrev'\t/* as above, but in reverse */\n});\n```\n\nIf itemList is set, it will append an ```\u003cli\u003e``` for each child of #bannerImages, include ```\u003cspan\u003e(number)\u003c/span\u003e``` and set the class \"active\" to the index matching the active banner image.\n\n```css\nul#bannerImages {\n\tmargin: 0; padding: 0;\n\tposition: relative;\n}\nul#bannerImages li {\n\tposition: absolute;\n\ttop: 0px;\n\tleft: 0px;\n}\nul#bannerItems {\n\tmargin: 0; padding: 0;\n\tlist-style: none;\n\tcursor: pointer;\n}\nul#bannerItems li {\n\twidth: 19px;\n\theight: 19px;\n\tbackground: url('../images/content/slider_items.png') center top no-repeat;\n}\nul#bannerItems li.active {\n\tbackground-position: center bottom;\t/* show the 'active' state in the spritesheet */\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrrowl%2Fslideshow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrrowl%2Fslideshow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrrowl%2Fslideshow/lists"}