Abetta Couriers - 12 Dec 2024

Green Flag for Courier Sustainability

In an era where environmental consciousness and sustainability is a global priority, the courier industry…

Abetta Couriers - 30 Sep 2024

Why Same-Day Delivery Doesn’t Have to Cost the Earth

The demand for quick and convenient delivery services is higher than ever, but many people…

Abetta Couriers - 14 Aug 2024

How Consumer Behaviour Is Transforming the Logistics Industry

Consumer behaviour is rapidly evolving, and significantly impacting the logistics industry, especially courier services. The…

Abetta Couriers - 6 May 2024

The Road to Sustainable Packaging

As awareness of climate change increases, the importance of each person’s contribution, whether as a…

Abetta Couriers - 10 Apr 2024

The Importance of Accreditations in Logistics

Abetta Couriers - 28 Mar 2024

London’s Ultra Low Emission Zone (ULEZ)

In a bold move to improve air quality, the Ultra Low Emission Zone (ULEZ) represents…

Abetta Couriers - 26 Feb 2024

The Future of Sustainable Courier Services

We use cookies to ensure that we give you the best experience on our website.

document.addEventListener('DOMContentLoaded', function () { const ticker = document.getElementById('ticker-list'); const ulElement = ticker.querySelector('ul'); const listItems = Array.from(ulElement.querySelectorAll('li')); listItems.forEach(item => { const clone = item.cloneNode(true); ulElement.appendChild(clone); }); let scrollAmount = 0; const speed = 1; // Adjust the speed of scrolling (higher is faster) function animateTicker() { scrollAmount += speed; if (scrollAmount >= ulElement.scrollWidth / 2) { scrollAmount = 0; // Reset scroll to create a seamless loop } ulElement.style.transform = `translateX(-${scrollAmount}px)`; requestAnimationFrame(animateTicker); } // Set initial styles ulElement.style.display = 'flex'; ulElement.style.whiteSpace = 'nowrap'; ulElement.style.willChange = 'transform'; ulElement.style.transform = `translateX(0px)`; // Start the animation requestAnimationFrame(animateTicker); });