-
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 ![]()
Apologies for this inconvenience!
I’ve passed this issue on to the devs and will update you once it’s fixed ![]()
Hi there, @Hannah_Macleanan ![]()
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 ![]()