{"id":18133340,"url":"https://github.com/andreapavoni/gallerizer-jquery-plugin","last_synced_at":"2025-04-06T16:22:53.917Z","repository":{"id":763203,"uuid":"436636","full_name":"andreapavoni/gallerizer-jquery-plugin","owner":"andreapavoni","description":"A jQuery plugin that generates a simple crossfade slideshow","archived":false,"fork":false,"pushed_at":"2010-01-05T15:26:18.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T22:19:39.305Z","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":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreapavoni.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":"2009-12-14T15:24:26.000Z","updated_at":"2013-10-28T15:35:40.000Z","dependencies_parsed_at":"2022-08-06T10:00:46.243Z","dependency_job_id":null,"html_url":"https://github.com/andreapavoni/gallerizer-jquery-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Fgallerizer-jquery-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Fgallerizer-jquery-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Fgallerizer-jquery-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreapavoni%2Fgallerizer-jquery-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreapavoni","download_url":"https://codeload.github.com/andreapavoni/gallerizer-jquery-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509912,"owners_count":20950337,"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-11-01T13:07:28.146Z","updated_at":"2025-04-06T16:22:53.891Z","avatar_url":"https://github.com/andreapavoni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gallerizer jQuery Plugin v0.3\n-------------------------------\nCopyright (c) 2009-2010 Andrea Pavoni. Licensed under the MIT license.\n \n\nOverview\n--------\n\nA jQuery plugin that generates a simple crossfade slideshow.\n\n__Requires:__\n\n   * jQuery 1.3.2 (http://www.jquery.com)\n\nUsage\n-----\n__Step 1__ - Include above requirements in your document\n\n__Step 2__ - Create an array of image filenames\n\n`var photos = new Array('photo1.png','another_photo.png','photo_etc.png');`\n\n__Step 3__ - Start gallerize on a img element (selected by CSS class or id)\n\n`$(document).ready(function() {\n  $('#gallerize-item').gallerize($photos);\n});`\n\n__Step 3b__ - You can even set some options:\n\n     $('#gallerize-item').gallerize($photos,{  \n     fade_speed: 1500, // fading in/out speed  \n     start_at: 1, // position in the array of photos from which to start  \n     delay: 5000, // delay from each fade, don't go below 2500 because has *unpredictable* image order\n     autostart: true\n     });\n\nChangelog:\n---------\n*   __2010/01/05 v0.3:__\n    *   new: added support for control-buttons (prev,next,start_stop). see examples/demo.html\n*   __2009/12/21 v0.2:__\n    *   new: internal timer, no more jquery.timers dependency\n*   __2009/12/15 v0.1.1:__\n    *   fix: if you have only one image, don't start gallerize()\n*   __2009/12/14 v0.1:__\n    *   first initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreapavoni%2Fgallerizer-jquery-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreapavoni%2Fgallerizer-jquery-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreapavoni%2Fgallerizer-jquery-plugin/lists"}