darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

ES6 - PORT #244

Closed hitmands closed 6 years ago

hitmands commented 8 years ago

Hi, is there any plan to port this plugin to ECMASCRIPT-6 ?

Should be helpful the ability to allow ES-6 imports import Sly from 'path/to/sly

Thanks in advance

rheilgm commented 8 years ago

in the meantime you can use require to include this to your project:

window.jQuery = require('jquery');
require('sly-scrolling/dist/sly');
p-decoraid commented 7 years ago

I have an implementation of this in #268.

hitmands commented 6 years ago

is this still ongoing or should we close it?