Skip to content

Commit

Permalink
exclusive threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 10, 2019
1 parent 0c82d48 commit 192cc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/app-bar/app-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ An App Bar that elevates on scroll.

- `options.disableHysteresis` (*Boolan* [optional]): Defaults to `false`. Disable the hysteresis. Ignore the scroll direction when determining the `trigger` value.
- `options.target` (*Node* [optional]): Defaults to `window`.
- `options.threshold` (*Number* [optional]): Defaults to `100`. Change the `trigger` value when the vertical scroll crosses this threshold.
- `options.threshold` (*Number* [optional]): Defaults to `100`. Change the `trigger` value when the vertical scroll strictly crosses this threshold (exclusive).

#### Returns

Expand Down

0 comments on commit 192cc8e

Please sign in to comment.