Open aolde opened 10 years ago
In some cases you do not want a module to be initialized on load but on a later event. One way to solve this would be to add a data-lazy-module attribute, and those modules would load when a specific event happen or when module is in scroll-view.
data-lazy-module
In some cases you do not want a module to be initialized on load but on a later event. One way to solve this would be to add a
data-lazy-module
attribute, and those modules would load when a specific event happen or when module is in scroll-view.