File tree Expand file tree Collapse file tree 3 files changed +8741
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8741
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ import Sticky from 'react-stickynode';
5454| ` innerZ ` | Number/String | z-index of the sticky. |
5555| ` enableTransforms ` | Boolean | Enable the use of CSS3 transforms (true by default). |
5656| ` activeClass ` | String | Class name to be applied to the element when the sticky state is active (` active ` by default). |
57+ | ` innerClass ` | String | Class name to be applied to the inner element (` '' ` by default). |
5758| ` releasedClass ` | String | Class name to be applied to the element when the sticky state is released (` released ` by default). |
5859| ` onStateChange ` | Function | Callback for when the sticky state changes. See below. |
5960| ` shouldFreeze ` | Function | Callback to indicate when the sticky plugin should freeze position and ignore scroll/resize events. See below. |
You can’t perform that action at this time.
0 commit comments