Is there a possibility to add a function callback after the script is completely finished with calculating and rendering the new layout?
I am trying to add an indent to certain images based on their position in the grid. But this function only works after the positioning of the grid is finished and for that I ideally would listen for the grids own "i-am-finished"-event or something like that.
Is it possible to do that? I didn't find anything in the documentation.
Is there a possibility to add a function callback after the script is completely finished with calculating and rendering the new layout? I am trying to add an indent to certain images based on their position in the grid. But this function only works after the positioning of the grid is finished and for that I ideally would listen for the grids own "i-am-finished"-event or something like that. Is it possible to do that? I didn't find anything in the documentation.