{"id":21158294,"url":"https://github.com/simbo/imageslider","last_synced_at":"2026-04-24T08:32:28.144Z","repository":{"id":2866997,"uuid":"3872269","full_name":"simbo/ImageSlider","owner":"simbo","description":"ImageSlider is a jQuery plugin that creates an animated box of images with matching text links.","archived":false,"fork":false,"pushed_at":"2012-03-31T21:00:10.000Z","size":428,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-01T04:21:01.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://simbo.de/files/imageslider","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bluelinelabs/LoganSquare","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simbo.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":"2012-03-30T01:07:40.000Z","updated_at":"2013-11-27T15:02:12.000Z","dependencies_parsed_at":"2022-08-20T12:40:49.343Z","dependency_job_id":null,"html_url":"https://github.com/simbo/ImageSlider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simbo/ImageSlider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2FImageSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2FImageSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2FImageSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2FImageSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbo","download_url":"https://codeload.github.com/simbo/ImageSlider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2FImageSlider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-20T12:19:36.161Z","updated_at":"2026-04-24T08:32:28.115Z","avatar_url":"https://github.com/simbo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageSlider\n\n*ImageSlider* is a jQuery plugin that creates an animated box of images with matching text links.\n\n[Demo](http://simbo.de/files/imageslider \"Image Slider Demo\")\n\n## Basics\n\nThe HTML markup should look like this:\n \n```\n\u003cdiv id=\"myImageSlider\"\u003e\n\t\u003ca href=\"foo\"\u003e\u003cimg src=\"foo.jpg\" title=\"Foo\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"bar\"\u003e\u003cimg src=\"bar.jpg\" title=\"Bar\" /\u003e\u003c/a\u003e\n\t...\n\u003c/div\u003e\n```\n\nTo create an ImageSlider with default options just put this in your `$(document).ready()` function:\n\n```\n$('#myImageSlider').imageSlider();\n```\n\nOr with some individual options:\n\n```\n$('#myImageSlider').imageSlider({\n\tanimation: ['top right','top left','bottom left','bottom right'],\n\tanimationDuration: 800,\n\tdisplayDuration: 6000,\n\tappearance: 'out'\n});\n```\n\n## Options\n\n* `displayDuration`  \n\tA number of milliseconds how long an image will be displayed.  \n\tdefault value: `5000`\n* `animationDuration`  \n\tA number of milliseconds how long an animation will run.  \n\tdefault value: `1200`\n* `animation`  \n\tA string or an array of strings defining the animation or the list of animations.  \n\tpossible values: `fade`, `top`, `bottom`, `left`, `right`, `top left`, `top right`, `bottom left`, `bottom right`, `[...]`  \n\tdefault value: `fade`\n* `appearance`  \n\tA string defining whether the next image should slide in or the current image should slide out.  \n\tpossible values: `in`, `out`  \n\tdefault value: `in`\n* `delimiter`  \n\tA string defining the delimiter to split title from subtitle.  \n\tdefault value: `|`\n* `easing`  \n\tA string defining the easing for the animation.  \n\tdefault: `swing`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fimageslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbo%2Fimageslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fimageslider/lists"}