From 192cc8e963dd39cbce192cdd964a70458bead342 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Fri, 10 May 2019 11:36:38 +0200 Subject: [PATCH] exclusive threshold --- docs/src/pages/components/app-bar/app-bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/app-bar/app-bar.md b/docs/src/pages/components/app-bar/app-bar.md index dc0bb27de3e2f2..f84ae3ac988bb5 100644 --- a/docs/src/pages/components/app-bar/app-bar.md +++ b/docs/src/pages/components/app-bar/app-bar.md @@ -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