Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
docs(toolbar): move Note: about placement up
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Sep 19, 2014
1 parent cf1ab59 commit b23591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbar/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ angular.module('material.components.toolbar', [
*
* @param {boolean=} scrollShrink Whether the header should shrink away as
* the user scrolls down, and reveal itself as the user scrolls up.
*
* Note: for scrollShrink to work, the toolbar must be a sibling of a
* `material-content` element, placed before it. See the scroll shrink demo.
*
*
* @param {number=} shrinkSpeedFactor How much to change the speed of the toolbar's
* shrinking by. For example, if 0.25 is given then the toolbar will shrink
* at one fourth the rate at which the user scrolls down. Default 0.5.
Expand Down

0 comments on commit b23591a

Please sign in to comment.