Last active
January 20, 2016 15:28
-
-
Save davidemaser/63d82f9bdb49a8214124 to your computer and use it in GitHub Desktop.
Parallax plugin JSON structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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