{"id":17799209,"url":"https://github.com/richard1320/bare-bones-slider","last_synced_at":"2025-03-17T05:32:22.276Z","repository":{"id":7280911,"uuid":"8595269","full_name":"Richard1320/Bare-Bones-Slider","owner":"Richard1320","description":"Bare Bones Slider is a jQuery slider that is very flexible. ","archived":false,"fork":false,"pushed_at":"2022-03-28T01:23:06.000Z","size":1896,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T21:20:44.431Z","etag":null,"topics":["css","css-animations","css3","css3-animations","jquery","jquery-plugin","jquery-slider"],"latest_commit_sha":null,"homepage":null,"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/Richard1320.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":"2013-03-06T03:43:30.000Z","updated_at":"2022-05-17T12:53:56.000Z","dependencies_parsed_at":"2022-08-19T03:01:09.456Z","dependency_job_id":null,"html_url":"https://github.com/Richard1320/Bare-Bones-Slider","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard1320%2FBare-Bones-Slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard1320%2FBare-Bones-Slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard1320%2FBare-Bones-Slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Richard1320%2FBare-Bones-Slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Richard1320","download_url":"https://codeload.github.com/Richard1320/Bare-Bones-Slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852484,"owners_count":20358271,"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":["css","css-animations","css3","css3-animations","jquery","jquery-plugin","jquery-slider"],"created_at":"2024-10-27T12:05:51.366Z","updated_at":"2025-03-17T05:32:20.280Z","avatar_url":"https://github.com/Richard1320.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bare-Bones-Slider\n=================\n\nDescription: jQuery slider with little bloat but lots of customization.\n\nAuthor: Richard Hung\n\nMore documentation and examples: http://www.bbslider.com\n\nKey Features\n--------------------\n\n* Carousel to show multiple slides simultaneously\n* Uses CSS3 transitions with advanced easing\n* Mask image for custom animations\n* Allows you to make your own pagination and controls\n* Public methods that you can call outside of the plugin\n* Variables can be retrieved at any time\n* Touch controls for phones\n\nHow to Use\n--------------------\n\nBare Bones slider has a .js and a .css file in addition to the jQuery library.\n\n```\n\u003clink type=\"text/css\" href=\"css/jquery.bbslider.css\" rel=\"stylesheet\" media=\"screen\" /\u003e\n\u003cscript src=\"http://code.jquery.com/jquery-latest.js\"\u003e\u003c/script\u003e\n\u003cscript type=\"text/javascript\" src=\"js/jquery.bbslider.min.js\"\u003e\u003c/script\u003e\n```\n\nCreate a container for the slider and children for the panels.\n\n```\n\u003cdiv class=\"slider\"\u003e\n    \u003cdiv\u003e\u003cimg src=\"images/image-1.jpg\" alt=\"first image\" /\u003e\u003c/div\u003e\n    \u003cdiv\u003e\u003cimg src=\"images/image-2.jpg\" alt=\"second image\" /\u003e\u003c/div\u003e\n    \u003cdiv\u003e\u003cimg src=\"images/image-3.jpg\" alt=\"third image\" /\u003e\u003c/div\u003e\n    \u003cdiv\u003e\u003cimg src=\"images/image-4.jpg\" alt=\"forth image\" /\u003e\u003c/div\u003e\n    \u003cdiv\u003e\u003cimg src=\"images/image-5.jpg\" alt=\"fifth image\" /\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\nCall the slider after the HTML markup and required files.\n\n```\n$('.slider').bbslider({\n    auto:  true,\n    timer: 3000,\n    loop:  true\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichard1320%2Fbare-bones-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichard1320%2Fbare-bones-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichard1320%2Fbare-bones-slider/lists"}