As suggested here, I want to apply scrollmagic to a container for mobile support. Thus I need the controller to be called with options such as below:
var controller = new ScrollMagic.Controller({container: "#example-wrapper"});
Is it possible to implement a way to define options for the controller?