We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b0f47 commit c698e91Copy full SHA for c698e91
package.json
@@ -54,7 +54,7 @@
54
"dependencies": {
55
"object-assign": "4.0.x",
56
"raf": "3.1.x",
57
- "rc-tween-one": "~0.6.19",
+ "rc-tween-one": "~0.8.0",
58
"tween-functions": "1.0.x"
59
}
60
src/ScrollLink.jsx
@@ -174,6 +174,7 @@ ScrollLink.propTypes = {
174
ScrollLink.defaultProps = {
175
component: 'div',
176
duration: 450,
177
+ className: '',
178
active: 'active',
179
showHeightActive: '50%',
180
ease: 'easeInOutQuad',
0 commit comments