tarun-dugar / easy-scroll

A lightweight native javascript library to perform smooth scrolling with animation
MIT License
121 stars 11 forks source link

Error with Horizontal Scrolling #4

Closed vamshikenche closed 4 years ago

vamshikenche commented 5 years ago

easyScroll({ 'scrollableDomEle': document.querySelector('.primaryMainCon'), 'direction': 'right', 'duration': 3000, 'easingPreset': 'easeInQuad', 'scrollAmount': 1000 }); Error Message in Chrome: Object(...) is not a function Error Message in Safari: Object is not a function. (In 'Object(easy_scroll__WEBPACK_IMPORTED_MODULE_4__["easyScroll"])', 'Object' is an instance of Object)

tarun-dugar commented 5 years ago

@vamshikenche how are you importing it?