UNPKG
react-smooth-slider
Version:
latest (0.4.1)
0.4.1
0.3.3
0.2.0
0.1.0
github.com/sandervspl/react-smooth-slider
sandervspl/react-smooth-slider
react-smooth-slider
/
src
/
constants.js
8 lines
(7 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
DIRECTION
= {
PREV
:
0
,
NEXT
:
1
, };
export
const
SCROLL_AMOUNT_STR
= {
VISIBLE
:
'visible'
, };