Skip to content

Instantly share code, notes, and snippets.

@davidemaser
Last active January 20, 2016 15:28
Show Gist options
  • Select an option

  • Save davidemaser/63d82f9bdb49a8214124 to your computer and use it in GitHub Desktop.

Select an option

Save davidemaser/63d82f9bdb49a8214124 to your computer and use it in GitHub Desktop.
Parallax plugin JSON structure
{"image":[
{
"src":"assets/images/arcterys.png",
"width":2000,
"height":1125,
"id":"home",
"type":"background",
"tag":"article",
"text":"This is the home section",
"textSize":30,
"textColor":"#fff",
"speed": 10
},
{
"src":"assets/images/TNF_Wallpaper.jpg",
"width":1920,
"height":1080,
"id":"about",
"type":"background",
"tag":"article",
"text":"This is the about section",
"textSize":30,
"textColor":"#fff",
"speed": 4
},
{
"src":"assets/images/arcterys.png",
"width":2000,
"height":1125,
"id":"more",
"type":"background",
"tag":"article",
"text":"This is the more section",
"textSize":30,
"textColor":"#fff",
"speed": 10
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment