add paralax

This commit is contained in:
2020-06-29 18:58:50 +02:00
parent b09b309abd
commit a8838049a7
31 changed files with 2761 additions and 4 deletions

22
node_modules/rellax/bower.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "rellax",
"main": "rellax.js",
"version": "1.2.0",
"homepage": "https://dixonandmoe.com/rellax/",
"authors": [
"moeamaya <moeamaya@gmail.com>"
],
"description": "vanilla javascript parallax",
"moduleType": [],
"keywords": [
"parallax"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}