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
fix: typo in parallax propstable
  • Loading branch information
gmenih committed Dec 17, 2018
commit 5212d8846dce5369bc557e1bbaf29f997a71fe76
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