alvarotrigo/multiscroll.js

a changeOptions function?

fimion opened this issue · 1 comments

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.)

Not possible at the moment I'm afraid. It might be more complicated than that with other options, so I guess this would require much more work if we want to implemente a generic function.

Right now I would encourage you to destroy and initialize the plugin again.