We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639c9a3 commit d69bb66Copy full SHA for d69bb66
README.md
@@ -42,6 +42,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
42
|----------|:-------------:|------|------|
43
| parallax | Boolean | true | Activates parallax effect |
44
| speedFactor | Number | 0.15 | factor on how strong the effect is|
45
+| direction | String | 'down' | Either 'up' or 'down', determines scroll direction of image |
46
| fixed | Boolean | false | Other parallax effect. Image is fixed in position |
47
| sectionHeight | Number | 70 | section height for mobile |
48
| breakpoint | String | '(min-width: 968px)' | Media query for mobile deactivation |
0 commit comments