Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/addons/Parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const START_TRANSLATE = 'translate(0px,0px)'

export class ParallaxLayer extends React.PureComponent {
static propTypes = {
/** Size of a page, (1=100%, 1.5=1 and 1/5, ...) */
/** Size of a page, (1=100%, 1.5=1 and 1/2, ...) */
factor: PropTypes.number,
/** Determines where the layer will be at when scrolled to (0=start, 1=1st page, ...) */
offset: PropTypes.number,
Expand Down