Title: Animations loading last
Last modified: August 20, 2016

---

# Animations loading last

 *  Resolved [gufyduck](https://wordpress.org/support/users/gufyduck/)
 * (@gufyduck)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/animations-loading-last/)
 * I’ve noticed my animations are the last thing to load, including the preloader.
   Are there any workarounds?
 * The site is [secretsanctuary.tv](http://secretsanctuary.tv)
 * Thanks for any suggestions!
 * [http://wordpress.org/extend/plugins/edge-suite/](http://wordpress.org/extend/plugins/edge-suite/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/animations-loading-last/#post-3424070)
 * Hi,
    you mean the loading order of different JS assets? You would need to pull
   the processing of `edge_suite_header()` up. Find `add_action("wp_head", 'edge_suite_header')`
   in edge_suite.php and set the priority, e.g. `add_action("wp_head", 'edge_suite_header',
   5)`. That should work.
 * But in general I can’t really see any interactivity in the header composition,
   you might be way better of in using a plain image anyway or set a preloader image
   or something.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/animations-loading-last/#post-3424118)
 * Closing due to inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Animations loading last’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/edge-suite.svg)
 * [Edge Suite](https://wordpress.org/plugins/edge-suite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edge-suite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edge-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/edge-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edge-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edge-suite/reviews/)

## Tags

 * [load time](https://wordpress.org/support/topic-tag/load-time/)

 * 2 replies
 * 2 participants
 * Last reply from: [ti2m](https://wordpress.org/support/users/ti2m/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/animations-loading-last/#post-3424118)
 * Status: resolved