Trigger CMS combine programmatically

Hey team
I am using barba for transitions amongst pages and want to trigger CMS combine after the new container arrives.
I can load CMS combine on all pages so the script is available but is there a way to trigger it via function
EG.

after(data) {

   cmsCombine()


 }

hey @bill! this is the line needed to trigger the CMS Combine script

window.fsAttributes.cmscombine.init();
1 Like

Thanks so much!