{"id":16687023,"url":"https://github.com/paralin/meteor-parallax","last_synced_at":"2025-09-13T15:34:06.335Z","repository":{"id":10728718,"uuid":"12981931","full_name":"paralin/meteor-parallax","owner":"paralin","description":"Creates 3D parallax effects using mouse cursor or device orientation.","archived":false,"fork":false,"pushed_at":"2014-05-10T19:57:07.000Z","size":174,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T00:17:13.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://meteorparallax.herokuapp.com/","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/paralin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-20T19:21:21.000Z","updated_at":"2021-04-22T11:58:27.000Z","dependencies_parsed_at":"2022-08-28T13:52:16.696Z","dependency_job_id":null,"html_url":"https://github.com/paralin/meteor-parallax","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-parallax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-parallax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-parallax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralin%2Fmeteor-parallax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralin","download_url":"https://codeload.github.com/paralin/meteor-parallax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131318,"owners_count":21052820,"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-10-12T15:07:34.449Z","updated_at":"2025-04-10T00:17:18.027Z","avatar_url":"https://github.com/paralin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Parallax for Meteor\n===============\n\nCreate 3D parallax effects using mouse cursor or device orientation. This jQuery plugin allows you to transform a normally flat webpage into an interactive and impressive canvas of seemingly 3D elements. \n\nGetting Started\n==========\n\n 1. Add this package to your project:\n       `mrt add parallax`\n 2. Add some elements using the example below.\n 3. When that template is rendered, initialize parallax!\n      `Template.myParallax.rendered = function(){ $(\"#myParallax\").parallax(); };`\n\nExample\n========\n\nYou can see a full demo running [here](http://meteorparallax.herokuapp.com/), or you can see the source code [here](https://github.com/kidovate/meteor-parallax-demo).\n```\n\u003ctemplate name=\"myParallax\"\u003e\n\u003cul id=\"myParallax\"\u003e\n  \u003cli class=\"layer\" data-depth=\"0.00\"\u003e\u003cimg src=\"/graphics/layer6.png\"\u003e\u003c/li\u003e\n  \u003cli class=\"layer\" data-depth=\"0.20\"\u003e\u003cimg src=\"/graphics/layer5.png\"\u003e\u003c/li\u003e\n  \u003cli class=\"layer\" data-depth=\"0.40\"\u003e\u003cimg src=\"/graphics/layer4.png\"\u003e\u003c/li\u003e\n  \u003cli class=\"layer\" data-depth=\"0.60\"\u003e\u003cimg src=\"/graphics/layer3.png\"\u003e\u003c/li\u003e\n  \u003cli class=\"layer\" data-depth=\"0.80\"\u003e\u003cimg src=\"/graphics/layer2.png\"\u003e\u003c/li\u003e\n  \u003cli class=\"layer\" data-depth=\"1.00\"\u003e\u003cimg src=\"/graphics/layer1.png\"\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/template\u003e\n```\n\n```\nTemplate.myParallax.rendered = function(){ \n     var scene = $(\"#myParallax\").parallax(); \n     $scene.parallax('enable');\n     //$scene.parallax('disable');\n     $scene.parallax('calibrate', false, true);\n     $scene.parallax('invert', false, true);\n     $scene.parallax('limit', false, 10);\n     $scene.parallax('scalar', 2, 8);\n     $scene.parallax('friction', 0.2, 0.8);  \n};\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fmeteor-parallax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalin%2Fmeteor-parallax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalin%2Fmeteor-parallax/lists"}