{"id":18798564,"url":"https://github.com/micmro/mswipeslider","last_synced_at":"2026-01-02T01:30:14.917Z","repository":{"id":16039838,"uuid":"18783712","full_name":"micmro/mSwipeSlider","owner":"micmro","description":"Minimalist, responsive, touch enabled slider developed with performance in mind (size/responsiveness/battery)","archived":false,"fork":false,"pushed_at":"2014-05-13T03:52:27.000Z","size":368,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T18:21:09.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/micmro.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":"2014-04-15T01:52:08.000Z","updated_at":"2016-09-12T17:08:08.000Z","dependencies_parsed_at":"2022-08-31T11:13:34.554Z","dependency_job_id":null,"html_url":"https://github.com/micmro/mSwipeSlider","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/micmro%2FmSwipeSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FmSwipeSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FmSwipeSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micmro%2FmSwipeSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micmro","download_url":"https://codeload.github.com/micmro/mSwipeSlider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727055,"owners_count":19687099,"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-07T22:12:23.119Z","updated_at":"2026-01-02T01:30:14.887Z","avatar_url":"https://github.com/micmro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"MSwipeSlider\n==============\n\nMinimalist, responsive, touch enabled slider developed with performance in mind (size/responsiveness/battery).\n\n*Features:*\n- small _(\u003c2kb gzip)_\n- responsive _(also handels reflows/resizes)_\n- touch and mouse faux-touch\n- GPU exelerated _(via CSS transforms)_\n- AMD/CommonJS/jQueryPlugin support\n\nTested in Chrome, FF, IE8+, Opera, Android Chrome and iOS\n\nMSwipeSlider depends on jQuery and has a soft dependency on Modernizr for feature detection that can be overwritten through `supportsCsstransitions` and `supportsCsstransforms`\n\n\nDemo\n----\nhttp://lab.michaelmrowetz.com/mswipeslider\n\n\nUsing MSwipeSlider\n------------------\nInitializing MSwipeSlider with settings (all optional):\n\n```JavaScript\n$(\".mSwipe\").mSwipeSlider({\n    onFinishedSetup : function(mSwipeSlider, el){\n        console.log(\"ready captain\", mSwipeSlider, el);\n    }, // callback executed when MSwipeSlider is initiallized\n    duration : 250, // animation duration for slide movement in ms (1000ms = 1sec)\n    pagingTouchLength : 200, // px length needed to move slide\n    supportsCsstransitions : true, // overwrite Modernizr default\n    supportsCsstransforms : true // overwrite Modernizr default\n});\n```\n\n_The demo includes [jquery-requestAnimationFrame](https://github.com/gnarf/jquery-requestAnimationFrame) as a requestAnimationFrame fill, and [Modernizr](http://modernizr.com/) for feature detection but it works without them._\n\n\nHow to run this repo via Grunt\n-------------------------\nTo work on the slider leveraging a static file server and automatic reload or to uglify the file.\n\n- Install grunt\n ```\n     npm install -g grunt-cli\n ```\n- cd into directory and \n ```\n     grunt\n ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fmswipeslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicmro%2Fmswipeslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicmro%2Fmswipeslider/lists"}