Number counter not animating

  • Issue description: number counter doesnt animate on my squarespace website

  • Link to the page with the widget in question: https://www.pointfootage.com/

Hi there, @Hannah_Macleanan :waving_hand:

Apologies for this inconvenience!

I’ve passed this issue on to the devs and will update you once it’s fixed :slightly_smiling_face:

Hi there, @Hannah_Macleanan :waving_hand:

Thank you for waiting!

We’ve fixed the issue with this script added to the Custom JS field on the Settings tab of your widget’s settings:

window.addEventListener('scroll', () => {
	if (window.onscroll) return;
	window.onScrollFns.forEach((fn) => fn());
});

Please check your website and let me know if everything is fine now :slightly_smiling_face: