RIP Queen Elizabeth II

Abetta Couriers UK Ltd - 9 Sep 2022

We are deeply saddened by the passing of Her Majesty The Queen.  

Our thoughts are with King Charles III, the Royal Family and the whole nation on this sad day. We, like so many across the country and the world, pay our heartfelt respects for all that she achieved during her 70 year reign. 
 
Rest in peace Queen Elizabeth II.

HER MAJESTY THE QUEEN

1926-2022

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); });