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.
2 parents 6942571 + 5212d88 commit b899ae2Copy full SHA for b899ae2
src/addons/Parallax.js
@@ -15,7 +15,7 @@ const START_TRANSLATE = 'translate(0px,0px)'
15
16
export class ParallaxLayer extends React.PureComponent {
17
static propTypes = {
18
- /** Size of a page, (1=100%, 1.5=1 and 1/5, ...) */
+ /** Size of a page, (1=100%, 1.5=1 and 1/2, ...) */
19
factor: PropTypes.number,
20
/** Determines where the layer will be at when scrolled to (0=start, 1=1st page, ...) */
21
offset: PropTypes.number,
0 commit comments