{"id":19070894,"url":"https://github.com/ohager/parallax-js","last_synced_at":"2026-06-19T02:31:10.338Z","repository":{"id":36353978,"uuid":"40658753","full_name":"ohager/parallax-js","owner":"ohager","description":"Automatically exported from code.google.com/p/parallax-js","archived":false,"fork":false,"pushed_at":"2015-08-13T13:26:22.000Z","size":1632,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T03:44:16.654Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ohager.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":"2015-08-13T12:56:11.000Z","updated_at":"2015-08-13T12:56:52.000Z","dependencies_parsed_at":"2022-09-06T06:01:42.292Z","dependency_job_id":null,"html_url":"https://github.com/ohager/parallax-js","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ohager/parallax-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohager%2Fparallax-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohager%2Fparallax-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohager%2Fparallax-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohager%2Fparallax-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohager","download_url":"https://codeload.github.com/ohager/parallax-js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohager%2Fparallax-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34515405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-09T01:21:11.331Z","updated_at":"2026-06-19T02:31:10.322Z","avatar_url":"https://github.com/ohager.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project is about a tiny jQuery extension/plugin for a retro-style parallax scroller.\n\nThe scroller provides the follwing features:\n\n  * self containing (only .js is needed)\n  * easy to use\n  * overwrite default translation functions\n  * as many layers as the client endures\n  * good performance\n\n\n_Example:_\n\n```\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003cmeta charset=\"utf-8\"\u003e\n        \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"\u003e\n        \u003ctitle\u003ePARALLAX SCROLLER\u003c/title\u003e\n        \u003cscript src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\" type=\"application/javascript\"\u003e \u003c/script\u003e\n        \u003cscript src=\"http://parallax-js.googlecode.com/svn/tags/2/js/jquery.parallax.min.js\" type=\"application/javascript\"\u003e \u003c/script\u003e\n        \u003cscript type=\"application/javascript\"\u003e          \n            $(function() {\n                $(\".scroller\").parallax();\n            });\n        \u003c/script\u003e\n        \n    \u003c/head\u003e\n    \u003cbody\u003e\n        \u003cul class=\"scroller\" data-fps='30'\u003e\n            \u003cli data-img='img/layer1.jpg' data-width='549px' data-height='168px' data-xi='6' data-repeat=\"repeat\"\u003e\u003c/li\u003e\n            \u003cli data-img='img/layer2.png' data-width='549px' data-height='168px' data-xi='12' data-yi='4' data-repeat=\"repeat\"\u003e\u003c/li\u003e\n            \u003cli data-img='img/layer3.png' data-width='549px' data-height='168px' data-yi='-10' data-repeat=\"repeat-y\"\u003e\u003c/li\u003e\n            \u003cli data-img='img/overlay.png' data-width='549px' data-height='168px' data-repeat=\"no-repeat\"\u003e\u003c/li\u003e\n        \u003c/ul\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\nTo get the latest version just point to the highest number in the tags directory, e.g.\n\n`http://parallax-js.googlecode.com/svn/tags/3/js/jquery.parallax.min.js`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohager%2Fparallax-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohager%2Fparallax-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohager%2Fparallax-js/lists"}