Is there any way to delay animations until after a preloader has finished?

I’ve exported a site and am using pace.js (http://github.hubspot.com/pace/docs/welcome/) as a preloader. The problem I am having, is that I have some animations onLoad but they are being triggered prior to the preloader finishing it’s job. Is there a way to make animations wait until the page is 100% finished before they play?

Hey @MikeStvnsn, we do have this feature built into IX:

It’s a bit hidden, but this will wait for the page onload event before triggering the effects.

Note: this will not wait for any ajax requests. It will merely wait for images in the CSS and HTML to load.