{"id":21294154,"url":"https://github.com/iamwizzdom/slidewiz","last_synced_at":"2026-05-17T21:03:34.728Z","repository":{"id":111339250,"uuid":"166718721","full_name":"iamwizzdom/slideWiz","owner":"iamwizzdom","description":"A slide-show library running on JQuery","archived":false,"fork":false,"pushed_at":"2019-08-26T14:25:35.000Z","size":3372,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T06:47:58.635Z","etag":null,"topics":["animation","jquery","slide","slider","slider-animation","slider-plugin","slideshow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/iamwizzdom.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-20T23:00:22.000Z","updated_at":"2021-07-19T08:05:32.000Z","dependencies_parsed_at":"2023-05-23T18:00:23.804Z","dependency_job_id":null,"html_url":"https://github.com/iamwizzdom/slideWiz","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwizzdom%2FslideWiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwizzdom%2FslideWiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwizzdom%2FslideWiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwizzdom%2FslideWiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamwizzdom","download_url":"https://codeload.github.com/iamwizzdom/slideWiz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762269,"owners_count":20343979,"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":["animation","jquery","slide","slider","slider-animation","slider-plugin","slideshow"],"created_at":"2024-11-21T13:57:59.792Z","updated_at":"2026-05-17T21:03:29.692Z","avatar_url":"https://github.com/iamwizzdom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slideWiz - A slide-show library running on JQuery\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\n- [Usage](#usage)\n- [Attributes](#attributes)\n\n\u003ch2 id=\"usage\"\u003e Usage \u003c/h2\u003e\n\n\u003e slideWiz only wants to be bound with a html element as follows\n\n```javascript \n$('.slide-container').slideWiz({\n      auto: true,\n      speed: 5000,\n      row: 12,\n      col: 35,\n      animation: [\n          'flip',\n          'slice',\n          'box3D',\n          'pixel',\n          'fade',\n          'glide',\n          'card'\n      ],\n      file: [\n          {\n              src: {\n                  main: \"image/main.png\",\n                  cover: \"image/cover_1.jpg\"\n              },\n              title: 'slideWiz Library - 1',\n              desc: \"1: slideWiz is a JQuery based library created by a Nigerian Software \" +\n              \"Engineer by the name 'Wisdom Emenike' who at the time of writing this library \" +\n              \"works at Imaxinacion Technology, one of Nigeria's leading IT companies.\",\n              descLength: 220,\n              button: {\n                  text: 'GitHub - 1',\n                  url: 'https://github.com/iamwizzdom/slideWiz',\n                  class: 'btn btn-medium btn-primary'\n              }\n          },\n          {\n              src: {\n                  main: \"image/main.png\",\n                  cover: \"image/cover_2.jpg\"\n              },\n              title: 'slideWiz Library - 2',\n              desc: \"2: slideWiz is a JQuery based library created by a Nigerian Software \" +\n              \"Engineer by the name 'Wisdom Emenike' who at the time of writing this library \" +\n              \"works at Imaxinacion Technology, one of Nigeria's leading IT companies.\",\n              button: {\n                  text: 'GitHub - 2',\n                  url: 'https://github.com/iamwizzdom/slideWiz',\n                  class: 'btn btn-medium btn-primary'\n              }\n          },\n          {\n              src: {\n                  main: \"image/main.png\",\n                  cover: \"image/cover_3.jpg\"\n              },\n              title: 'slideWiz Library - 3',\n              desc: \"3: slideWiz is a JQuery based library created by a Nigerian Software \" +\n              \"Engineer by the name 'Wisdom Emenike' who at the time of writing this library \" +\n              \"works at Imaxinacion Technology, one of Nigeria's leading IT companies.\",\n              descLength: 190,\n              button: {\n                  text: 'GitHub - 3',\n                  url: 'https://github.com/iamwizzdom/slideWiz',\n                  class: 'btn btn-medium btn-primary'\n              }\n          },\n          {\n              src: {\n                  main: \"image/main.png\",\n                  cover: \"image/cover_4.jpg\"\n              },\n              title: 'slideWiz Library - 4',\n              desc: \"4: slideWiz is a JQuery based library created by a Nigerian Software \" +\n              \"Engineer by the name 'Wisdom Emenike' who at the time of writing this library \" +\n              \"works at Imaxinacion Technology, one of Nigeria's leading IT companies.\",\n              button: {\n                  text: 'GitHub - 4',\n                  url: false,\n                  class: 'btn btn-medium btn-primary'\n              }\n          }\n      ]\n\n  });\n```\n\n\u003ch2 id=\"attributes\"\u003e Attributes \u003c/h2\u003e\n\n\u003e slideWiz accept an array of objects as a parameter, the object having four attributes each.\n\n- `auto` - This attribute takes a boolean true/false, which tells slideWiz to slide automatically or not.\n\n- `speed` - This attribute takes milliseconds as time, specifying slideWiz' slide interval.\n\n- `animation` - This attribute takes a string or an array as it's argument. Use a string to specify the animation \nyou want or an array of animation names for slideWiz to randomly choose from each time the page is loaded. \nCurrently slideWiz supports seven slide animations. \n     \n      1. fade\n      2. card\n      3. box3D\n      4. glide\n      5. flip\n      6. slice\n      7. pixel\n\n- `col` - This attribute is used to define the number of columns needed for animations such as flip, slice and pixel.\n\n- `row` - This attribute is used to define the number of rows needed for pixel animation\n\n- `file` - This attribute takes an array containing objects of the slide-show content. \n\n\u003e slideWiz currently accepts 4 attributes in each of the file objects as listed below.\n\n\n- `src` - This takes the image url\n\n- `title` - This takes the slide title, if not needed use a boolean 'false'\n\n- `desc` - This takes the slide description, if not needed use a boolean 'false'\n\n- `button` - This takes an object with 3 attributes which defines the button, if not needed use a boolean 'false'. \n     \n      1. text - This takes the button title\n      2. url - This takes a url you want the button to direct to when clicked\n      3. class - This takes a CSS class name\n\n\u003e However, any of the button object attributes that are not needed should also be set to false\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamwizzdom%2Fslidewiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamwizzdom%2Fslidewiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamwizzdom%2Fslidewiz/lists"}