-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
Description
Hey, So I was wondering would it be possible to add something like this:
MS.changeOptions = function(newoptions){
options = $.extend(newoptions, options);
};
so we can update options after the multiscroll has already been started? most notably, we are trying to change the normalScrollElements option AFTER it's been created. this would be super helpful. (might have already put it in my version.)