File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# react-scroll-trigger
2
2
3
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/ryanhefner/react-scroll-trigger.svg )] ( https://greenkeeper.io/ )
4
+
3
5
React component that monitors ` scroll ` events to trigger callbacks when it enters,
4
6
exits and progresses through the viewport. All callback include the ` progress ` and
5
7
` velocity ` of the scrolling, in the event you want to manipulate stuff based on
Original file line number Diff line number Diff line change 32
32
"react-dom" : " >=15"
33
33
},
34
34
"dependencies" : {
35
- "clean-react-props" : " ^0.1.3 " ,
35
+ "clean-react-props" : " ^0.2.1 " ,
36
36
"lodash.throttle" : " ^4.1.1" ,
37
37
"lomit" : " ^0.1.1" ,
38
38
"prop-types" : " ^15.6.1"
49
49
"jest" : " ^22.4.2" ,
50
50
"pretty-bytes" : " ^4.0.2" ,
51
51
"react" : " ^16.2.0" ,
52
- "rollup" : " ^0.56.4 " ,
52
+ "rollup" : " ^0.57.0 " ,
53
53
"rollup-plugin-babel" : " ^3.0.3" ,
54
54
"rollup-plugin-commonjs" : " ^9.0.0" ,
55
55
"rollup-plugin-json" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments