Closed regenrek closed 4 years ago
Hi,
if I destroy the controller in my destroyed() method, there doesn't seem to be a possibility to reinit the scrollmagic instance.
destroyed()
destroy (resetScenes = false) { return this.controller_.destroy(resetScenes) },
Hi.
Yes, according to the ScrollMagic documentation, this method destroys everything. So use it with caution.
This method will be advantageous for temporary controllers.
Hi,
if I destroy the controller in my
destroyed()
method, there doesn't seem to be a possibility to reinit the scrollmagic instance.