Animations suddenly stopped working on published website

Though I made no active changes to my website, the animations/integrations suddenly stopped working. On my computer, I can see them (I assume because it’s cached), but if I switch browsers, try and view from my phone, or go to a private browsing window, I can’t see them.

I’ve tried removing the interactions and recreating them, but it didn’t work. If I delete the interaction entirely, the element is visible. So I know it’s related to interactions.


Here is my site link: hazeltechnologies.com

It sounds like a caching issue, but since you’ve tried clearing it, it could be related to the interaction settings or a conflict with certain browsers. Have you tried checking the interaction triggers and ensuring they are set to ‘on page load’ or a similar setting? It could also be worth testing if any recent updates to your site or third-party integrations are causing the issue. Hope that helps!

Not much to go on, but the raspberries animation is working fine for me on Chrome + Win.

You do have a number of major script errors-

<script>
  type="text/javascript"
  src="https://app.termly.io/embed.min.js"
  data-auto-block="on"
  data-website-uuid="ab0776ff-d6eb-4c7c-a046-bd9f6971f0f8">
</script>

You have a closing > on the opening script tag, which blocks the attributes from being parsed and creates an “invalid left hand side in assignment” syntax error.

That’s the major one.

Another more minor one is an expired license for LiveChat’s tracking.js.