Skip to content

a changeOptions function? #95

@fimion

Description

@fimion

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions